D
David
When using a DataAdapter to insert new records into a table, can ADO
obtain the value of a AUTO Counter field, eg. one generated by the
database, and place it back into the datatable/row during the insert?
The only way I can see to do this is to insert the information and
then refresh the table.
Also, I need to know if it is possible for DBs that allow output
parameters, ex. SQL Server, and for generic ODBC and OLE databases,
ex. Access, mySql, etc. This is more of an issue with mySql at this
point.
obtain the value of a AUTO Counter field, eg. one generated by the
database, and place it back into the datatable/row during the insert?
The only way I can see to do this is to insert the information and
then refresh the table.
Also, I need to know if it is possible for DBs that allow output
parameters, ex. SQL Server, and for generic ODBC and OLE databases,
ex. Access, mySql, etc. This is more of an issue with mySql at this
point.