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)
 
Back
Top