Mercurial > hg > dtl-dml-home
changeset 20:8298f60071f1
Added some ODBC config
author | samer |
---|---|
date | Mon, 02 Feb 2015 17:51:38 +0000 |
parents | 11e21255b404 |
children | bdcb2143981e |
files | .odbc.ini etc/odbcinst.ini |
diffstat | 2 files changed, 21 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.odbc.ini Mon Jan 26 16:16:23 2015 +0000 +++ b/.odbc.ini Mon Feb 02 17:51:38 2015 +0000 @@ -8,14 +8,14 @@ Timeout=5000 -[dml] +[ilm] Driver = MySQL Description = MySQL ODBC Driver DSN Server = localhost Port = User = dml Password = -Database = dml +Database = ilm Option = 3 Socket =
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/odbcinst.ini Mon Feb 02 17:51:38 2015 +0000 @@ -0,0 +1,19 @@ +[MySQL] +Description = MySQL driver +Driver = libmyodbc.so +Setup = libodbcmyS.so +CPTimeout = +CPReuse = + +[SQLite] +Description = SQLite ODBC Driver +Driver = libsqliteodbc.so +Setup = libsqliteodbc.so +UsageCount = 1 + +[SQLite3] +Description = SQLite3 ODBC Driver +Driver = libsqlite3odbc.so +Setup = libsqlite3odbc.so +UsageCount = 1 +