Can someone say me if there is a way to retrieve directly the value generated by the database (MS Access) for an autonumbered field when using a DataAdapter for inserting new rows ?
I found some examples using stored procedures with a MS SQL database, but nothing for Access.