摘要:
1、使用不带参构造函数 2、使用带参构造函数 3、调用SqlConnection对象的CreateCommand方法 阅读全文
摘要:
https://blog.csdn.net/qq_43597899/article/details/88047207 阅读全文
摘要:
新建表:create table [表名]([自动编号字段] int IDENTITY (1,1) PRIMARY KEY ,[字段1] nVarChar(50) default \'默认值\' null ,[字段2] ntext null ,[字段3] datetime,[字段4] money n 阅读全文