摘要:
关于Exec返回值的问题有很多,在这做个简要的总结。 读查询语句示例: Declare @count int 1 set @strSql=N'select @a= count(*) from ['+ @tblName + '] where 1=1 '+ @strWhere 2 exec sp_executesql @strSql ,N'@a int ou... 阅读全文
posted @ 2007-10-27 18:52
一路前行
阅读(4589)
评论(1)
推荐(0)
摘要:
WindowService服务中不能使用System.Windows.Forms.Timer,可以用System.Timers.Timer来替代 阅读全文
posted @ 2007-10-27 00:28
一路前行
阅读(260)
评论(0)
推荐(0)
浙公网安备 33010602011771号