I’m trying to link (connect) Base to an SQLite database that I’ve created with python.
For this purpose, I’m using the ODBC driver that I’ve installed in my PC:
SQLite ODBC Driver
32-bit driver
64-bit driver
My PC is a 64-bit system, but somewhere I read that the 32-bit driver could work as well.
When I try to link to my SQLite database, I encounter 2 problems:
1- my SQLite database has an “.db” extension whereas Base expects to find an “.odb” extension
2- I get an Out of Memory error although my system has plenty of it
Could you please provide some guidelines as to how to connect to the SQLite database?
Thank you