Subject Recordset not updateable using MS Access
Author wnaegle
I am trying to switch a simple MS Access application from MySQL to
Firebird. I can connect and retrieve data sample data (entered using
IBAccess when I created the database/table), but cannot modify any
rows interactively, or with an SQL statement (Query). MS Access
reports that "The recordset is not updateable".
I assume that the ODBC driver handles the details of transactions, is
this correct?
I have the IBPhoenix documentation, but have not found anything to
help me solve this problem.

Thanks,

Will