Author: rasmusbang | Posted on: 8/14/2008 6:37:28 AM | Views : 846

 Hi all,
 I am working on an application from which a user kan input data into a database. However, upon insertion, I need to know which ID the record is given in the database.
I am using MySQL as database, and I insert using an OdbcConnection. The id is autonumbered int.
 I've been googling on the issue, and nothing helpful has surfaced. Hope someone can help me.
 -Rasmus

...

Go to the complete details ...