RobertNoeth
User
 Fresh Boarder
| Posts: 2 |   | Karma: 0 |
|
Mysql and autoincrement Fields
|
|
Posted: 2008/01/28 08:32 |
|
|
|
|
Hi!
I have a TADQuery with following SQL-Text:
INSERT INTO table(field1,field2) values (1,2)
after tADQuery.ExecSQL i want to access the Auto-Inc-Field of the table (not noted in the INSERT-Statement).
How to get the latest AutoInc-Value?
Thanks
|
|