Problem:
-I have a table with Identity field
-In one function i call _Recordset::AddNew()/Update to insert a new field.
(I open a recordset with adCmdTable)
-In another function i call _Connection::Execute() to DELETE some rows.
In all functions i open and close connections and recordsets.
Only when i call function that Insert a new record after calling a function
that deletes records. It generates an Exception:
The provider is unable to determine identity for newly inserted rows
(-2147217893)
___________________________________
Thank you for resolving my problem