Disable auto commit behaviour when using ADO on a ODBC Oracle Connection

S

S Oncken

I use Access on a Oracle DB, with ADO it is possible to use
a client-side cursor, but it is not possible to bind the
Recordset to a Form, without using DAO and having the data
updated imediately and not on a specific Commit command.
 
Top