This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / SQL Server里面有类似Oracle里面的Sequence吗?我在Transact-SQL Ref里面没找到,谢谢
-maskguy(面具人);
2004-3-3
(#1629529@0)
-
there is a data type "id" something, maybe identity
-wenlu(问?);
2004-3-3
(#1629548@0)
-
it depends on the property of the column, you can set the identity, identity seed, identity increment for int,numberic, smallint datatayp etc.
-miniboat(够级队长);
2004-3-3
(#1629634@0)
-
谢谢!还有一个问题:我安装SQL Server的时候选择的是Windows Authentication,那我用jdbc连接的时候DriverManager.getConnection()的参数应该怎么写?我的系统是Windows 2000 professional
-maskguy(面具人);
2004-3-3
{35}
(#1629976@0)
-
up!!!!! Thank you in advance
-maskguy(面具人);
2004-3-4
(#1630579@0)
-
我就知道如何搞定SQL Authenticataion的,你的问题,我苦思冥想,外加google,最终获得结果如下:
-jqian(Q_Q);
2004-3-4
{592}
(#1630838@0)
-
谢谢,我死心了。。。。。。。。。。。:P
-maskguy(面具人);
2004-3-4
(#1630961@0)