摘要:
生成验证码: using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using Syste 阅读全文
摘要:
由于在SQL-SERVER中,自增列属性不能直接修改,但可以通过以下方式变向实现 1、如果仅仅是指定值插入,可用以下语句,临时取消 SET IDENTITY_INSERT TableName ON INSERT INTO tableName(xx,xx) values(xx,xx) SET IDEN 阅读全文