不理会会出错.
我将字段类型改为numric,然后选中Identify后此问题可解决.但是,我还是没有弄明白
uniqueidentifier型字段如何用,在什么情况下用.
另:
我在MS SQL Server 中定义一个datatime字段,然后用Insert给此字段赋值(在ASP中),如下面:
Response.write FormatDataTime(data(),2)
SQL="Insert tablename Set datatimefield='" & FormatDataTime(data(),2)
conn.Execute(SQL)
此时显示 00-8-13 表明取出日期没有问题,但执行Insert后数据库中
此字段的值为 1899-12-10
不知为何?