Get id from inserted row?

  • Thread starter Thread starter Torben Philippsen
  • Start date Start date
T

Torben Philippsen

Hello!

When inserting a new row into a database I was wondering if it is possible
to retrieve the id (key-field) for the new row - after insert ofcourse?

Thank You
Torben
 
¤ Hello!
¤
¤ When inserting a new row into a database I was wondering if it is possible
¤ to retrieve the id (key-field) for the new row - after insert ofcourse?

The method would depend upon the type of database (and version) you are using.


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