![]() |
Sergey Kornilov admin 9/19/2005 |
If you use MS Access you can execute the following query after record was added: select max(REQUEST_ID) from TableName
|
R
|
razvan author 9/19/2005 |
Thank you for the instructions - what would I use for Oracle? |
![]() |
Sergey Kornilov admin 9/19/2005 |
In Oracle you can use MAX(REQUEST_ID) to retrieve added record id. |