Regular |
|
Joined: Sat Sep 03, 2005 9:07 am Posts: 87 Location: Graz, AUSTRIA
|
How can I get the last inserted Sequence number?
Is there a method something like that:
SELECT LAST_NUMBER FROM xxx_sequences
To explain why I need this.
I have two forms. On the first form, the user enters some basic data. Then he saves this basic data to the database. On the second page he can add some extra information. To save this extra information, i need the ID, which was generated before, because this extra information belongs to the data on the first page.
Thx for your advice
|
|