Reading the documentation for MySQL backend, it was suggested that client-side adOpenStatic cursor be used. Because I was using DAO, I assumed that the equivilant was dbOpenSnapshot, but that's non-updateable. I just tried setting a form's recordset to ADODB using client-side OpenStatic cursor and found that I could update as I like.
Does anyone know if using dbOpenDynaset would be resolved to client-side cursor? The ODBC driver does supports Dynamic cursor, but the documentation say this is artifical and ineffective for the present.
Can anybody shine a little light on this? TIA.
Does anyone know if using dbOpenDynaset would be resolved to client-side cursor? The ODBC driver does supports Dynamic cursor, but the documentation say this is artifical and ineffective for the present.
Can anybody shine a little light on this? TIA.