@@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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top