摘要:
某公司内部的sp模板create procedure [usp_my_procedure_name]asbegin set nocount on; declare @trancount int; set @trancount = @@trancount; begin try ... 阅读全文
摘要:
create procedure [spname]([spvariable])asbeginbegin transactionbegin try--具体sql过程commit;end trybegin catchrollback;end catchend 阅读全文
摘要:
企业库6的DAAB使用方法变了参考一篇文章Database provider factory not set for the static DatabaseFactory18. August 2013 Anil Asp.Net , C# , Enterprise Library Comment... 阅读全文