2010年3月24日
摘要: csproj aspx <%@ Register TagPrefix="cr" Namespace="CrystalDecisions.Web" Assembly="CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" %> web.config <... 阅读全文
posted @ 2010-03-24 15:13 聪明的大熊 阅读(236) 评论(0) 推荐(0)
摘要: declare @tableId intset @tableId = object_id('Atmonthd') if not exists ( select * from syscolumns where id = @tableId and name = 'OTShift_Hours')begin alter table Atmonthd add OTShift_Hours floaten... 阅读全文
posted @ 2010-03-24 11:53 聪明的大熊 阅读(3248) 评论(0) 推荐(0)