摘要:
关于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... 阅读全文
摘要:
WindowService服务中不能使用System.Windows.Forms.Timer,可以用System.Timers.Timer来替代 阅读全文