From 5a5eb0dea2c002188b938e06d7735e0d9526a14e Mon Sep 17 00:00:00 2001 From: jvelilla Date: Wed, 1 Oct 2014 14:14:09 -0300 Subject: [PATCH] Forgot to commit the README FILE --- .../implementation/sqlite/tests/Readme.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 persistence/implementation/sqlite/tests/Readme.md diff --git a/persistence/implementation/sqlite/tests/Readme.md b/persistence/implementation/sqlite/tests/Readme.md new file mode 100644 index 0000000..b81d64f --- /dev/null +++ b/persistence/implementation/sqlite/tests/Readme.md @@ -0,0 +1,26 @@ +SQLite ODBC. + +Install the odbc driver from http://www.ch-werner.de/sqliteodbc/ + +Current version + sqliteodbc.exe -- Win32 + sqliteodbc_w64.exe -- Win64 + + +Test the ODBC driver using Firefox SQLite DBManager https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/ + +1. Open the odbc manger from Windows, create a new database using the SQLite3 ODBC driver and then open it from Firefox. + + +EiffelStore + SQLiteODBC. + +Connection String: https://www.connectionstrings.com/sqlite3-odbc-driver/ + + "Driver=SQLite3 ODBC Driver;Database=./cms_lite.db;LongNames=0;Timeout=1000;NoTXN=0;SyncPragma=NORMAL;StepAPI=0;" + +Edit the database location based on your system. + + + + +