日期:2014-05-18 浏览次数:20917 次
string strsql="if object_id('tempdb..#tempTable') is not null "+ +"Begin"+ +"drop table #tempTable"+ "End" SqlCommand cmd=new SqlCommand(strsql,sqlconn) cmd.ExcuteScalre()