lucia
November 13th, 2006, 11:58 AM
I am using SQL server 2000 database and VB6.
I have a table(test_1) with 1 identity column TestId. Datatype is smallint.
I have some missing Ids in the column and try to find them. I have searched web and found some sample codes. But they use
'Declare @*** int'. I can't use it in vb6. I wonder what they are and how I use it in Vb6?
Thanks in advance.
I have a table(test_1) with 1 identity column TestId. Datatype is smallint.
I have some missing Ids in the column and try to find them. I have searched web and found some sample codes. But they use
'Declare @*** int'. I can't use it in vb6. I wonder what they are and how I use it in Vb6?
Thanks in advance.