I have a table with 3 fields, the identity column and 2 that im placing values in. I bcp'd some data from the dos predecessor to the application i'm working on using the -E (explicit identity) switch. there were 21 records for this table in the old system, which were imported with identity values 1 - 21, so far so good. When i started testing the component that will work with this table i inserted 3 test colums, the identity field for the first of these inserts is 1145514556, so now the table looks like this
1, 1, AGM&M Inc.
.
.
.
21, 1, NONE
1145514556, 1, test1
1145514557, 1, test2
1145514558, 1, test3
what could be causing this? I have about 10 base tables in the system that are set up just like this one, recieved their initial data from a bcp import with explicit identities, and subsequently were inserted into by the same data access component that handles the inserts for this table (the insert procedures are general and take things like table name as parameters). In each of these cases the identity column keeps incrementing by one and acts as expected. Has anyone seen something like this?
TIA
Ruairi
ruairi@logsoftware.com
Experienced with:
VB6, SQL Server, QBASIC, C(unix), MS Office VBA solutions
ALSO: Machine Control/Automation using GE and Omron PLC's and HMI(human machine interface) for industrial applications
1, 1, AGM&M Inc.
.
.
.
21, 1, NONE
1145514556, 1, test1
1145514557, 1, test2
1145514558, 1, test3
what could be causing this? I have about 10 base tables in the system that are set up just like this one, recieved their initial data from a bcp import with explicit identities, and subsequently were inserted into by the same data access component that handles the inserts for this table (the insert procedures are general and take things like table name as parameters). In each of these cases the identity column keeps incrementing by one and acts as expected. Has anyone seen something like this?
TIA
Ruairi
ruairi@logsoftware.com
Experienced with:
VB6, SQL Server, QBASIC, C(unix), MS Office VBA solutions
ALSO: Machine Control/Automation using GE and Omron PLC's and HMI(human machine interface) for industrial applications