Does anyone have a good way to retrieve info from a record you just inserted into the DB when you are using CreateUUID to generate the primary key? The primary key is what I want to pass to the next page.
I came up with a rather cumbersome way for another application which involves querying the database table, sorting the records by time created, and selecting the most recent. In this application, I don't neccesarily care about the creation date, but I can include one if needed.
I keep thinking there has GOT to be a better way to do this! Calista :-X
Jedi Knight,
Champion of the Force
I came up with a rather cumbersome way for another application which involves querying the database table, sorting the records by time created, and selecting the most recent. In this application, I don't neccesarily care about the creation date, but I can include one if needed.
I keep thinking there has GOT to be a better way to do this! Calista :-X
Jedi Knight,
Champion of the Force