G
Gansoinat
Hi,
During an insert command, i'm using @@IDENTIFIER to
obtain the key (auto increment colonne).
4 users insert record in the same time.
result :
user1 : Key=1
user2 : Key=2
user3 : Key=2
user4 : Key=3
I've problem because the insert command is good but i've
only 3 new records ....
Could you help me please ?
During an insert command, i'm using @@IDENTIFIER to
obtain the key (auto increment colonne).
4 users insert record in the same time.
result :
user1 : Key=1
user2 : Key=2
user3 : Key=2
user4 : Key=3
I've problem because the insert command is good but i've
only 3 new records ....
Could you help me please ?