How do you retrieve a Primary Key from a table that has been automatically generated using auto increment? The auto generated PK is the only field that is unique.
Using a cursor adapter to insert a new record, how can I retrieve the Primary key so that it can be used as a foreign key in another table.?
Using a cursor adapter to insert a new record, how can I retrieve the Primary key so that it can be used as a foreign key in another table.?