You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are using MS Access DB and we are considering migration to SQLite using this (CH Werner's) SQLite ODBC driver.
The code base is using default Recordset type as Dynaset.
When integrated this ODBC driver, I have the following observations.
Dynaset recordset type is not supported
Snapshot recordset type is updatable (AFAIK, conceptually snapshot is read-only)
Is there any means to introduce Dynaset support into this ODBC driver?
With Snapshot type, any means to refresh Recordset members without explicit ReQuery?
The text was updated successfully, but these errors were encountered:
Hello ,
Currently we are using MS Access DB and we are considering migration to SQLite using this (CH Werner's) SQLite ODBC driver.
The code base is using default Recordset type as Dynaset.
When integrated this ODBC driver, I have the following observations.
Is there any means to introduce Dynaset support into this ODBC driver?
With Snapshot type, any means to refresh Recordset members without explicit ReQuery?
The text was updated successfully, but these errors were encountered: