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
SQLite databases can be accessed via the ODBC interface. SQLite is included in the mmodbc module on all platforms that are supported by Xpress. The ODBC driver mmsqlite to access SQLite equally forms part of the distribution, no ODBC setup and no additional installations are required when using this driver. The full connection string to employ in this case has the form 'DRIVER=mmsqlite;READONLY=false;DB=mydatabase.sqlite' (notice that instead of referring to a DSN definition we directly use the built-in ODBC driver). However, it is sufficient to simply state the database filename (and path) if it has one of the extensions sqlite, sqlite3, db, or db3—Mosel will automatically generate the complete connection string.
The text was updated successfully, but these errors were encountered:
Documenting sqlite option for energy supply database/integration.
Reasons to consider switching:
Work involved:
psycopg2
from https://www.msi-jp.com/xpress/learning/square/07-moselodbc.pdf
The text was updated successfully, but these errors were encountered: