摘要: public partial class DelayTextBox : TextBox { #region private globals private System.Timers.Timer DelayTimer; // used for the delay ... 阅读全文
posted @ 2014-08-26 15:10 如.若 阅读(3482) 评论(0) 推荐(0) 编辑
摘要: 我们今天主要向大家讲述的是SQL Server数据库之向SQL Server自增字段正确的插入值的实际操作步骤,在一般的情况下,我们不能向 SQL Server 数据库自增字段中插入值,如果非要这么干的话,SQL Server 就会好不客气地给你个错误警告:Server:Msg544,Level16... 阅读全文
posted @ 2014-08-26 15:06 如.若 阅读(896) 评论(0) 推荐(0) 编辑