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

浙公网安备 33010602011771号