@@IDENTIFIER and INSERT

  • Thread starter Thread starter Gansoinat
  • Start date Start date
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 ?
 
Hi Gansoinat,

Please, don't multipost.
What database are you using?
What is your code?
 
Back
Top