hsingh1981
Programmer
Hi all,
I have just migrated all my access tables to sql 2000. However when insert a new record it doesn't auto increment my record in the id field.
So i went in design view of the T_Equipment table and Set the identity to yes and this technically should auto increment a record. The identity seed is 1 and Identity Increment is 1.
However i get an error msg when i save the changes? The error msg is:
I have just migrated all my access tables to sql 2000. However when insert a new record it doesn't auto increment my record in the id field.
So i went in design view of the T_Equipment table and Set the identity to yes and this technically should auto increment a record. The identity seed is 1 and Identity Increment is 1.
However i get an error msg when i save the changes? The error msg is:
Code:
'R_Equipment' table
- Unable to modify table.
Invalid transaction state: [Microsoft][ODBC SQL Server Driver][SQL Server]The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION.