is it hard to implement property like: bool GetAutoincementPrimaryKeyValueFromDataSource (true/false) to the primary key column
that after dataadapter.insert will get last_insert_rowid() and set this value to proper column in datatable?
it would easy application developing, i think:) or maybe it is easy way to get aptodate values of ID column in e.g. datagridview after insert new records?
Wiaz