After using a DataSource to add a record to a table where the ID/primary key is automatically generated is there a way to find out what the ID is in the call back function.
I need this so I can later update the record that was just added.
I need this so I can later update the record that was just added.