How to get the ID of an item inserted into a database right after it has been inserted

  • Thread starter Thread starter Dino M. Buljubasic
  • Start date Start date
D

Dino M. Buljubasic

I am inserting rown into my data table and would like to be able to
retriever id of the row inserted immediatelly after it has been inserted.
How can I do that?

Regards, Dino
 
¤
¤ I am inserting rown into my data table and would like to be able to
¤ retriever id of the row inserted immediatelly after it has been inserted.
¤ How can I do that?

This feature is dependent upon support from the database and driver - what type of database are you
working with?


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

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