摘要:
库是否存在if exists(select * from master..sysdatabases where name=N'库名')print 'exists'elseprint 'not exists' 判断要创建的表名是否存在if exists (select * from dbo.sysob 阅读全文
posted @ 2018-12-29 13:50
雏燕南飞
阅读(610)
评论(0)
推荐(0)
摘要:
// /// /// Excel操作类 /// public class NPOIHelper : IDisposable { private string fileALLPath = "";//Excel物理路径(绝对路径) private IWorkbook workbook = null;//使用NPOI初始化的Exc... 阅读全文
posted @ 2018-12-29 13:43
雏燕南飞
阅读(1068)
评论(0)
推荐(0)

浙公网安备 33010602011771号