Added SQLite ODBC example under test/APPLICATION.e class.

Fixed compilation issues with SQLite implemenation. (need to be updated)
This commit is contained in:
jvelilla
2014-10-01 14:11:17 -03:00
parent 27a11f2eea
commit 52cc566e15
5 changed files with 65 additions and 9 deletions

View File

@@ -21,7 +21,8 @@ feature {NONE} -- Initialization
node: NODE_DATA_PROVIDER
l_security: SECURITY_PROVIDER
do
create connection.make_basic ("cms_dev")
-- Change the path.
create connection.login_with_connection_string ("Driver=SQLite3 ODBC Driver;Database=./cms_lite.db;LongNames=0;Timeout=1000;NoTXN=0;SyncPragma=NORMAL;StepAPI=0;")
create user.make (connection)
user.new_user ("test", "test", "test")
end