The function SQLCreate(sConnect) need to string sConnect
What is a format thhe string?
I want to use ODBC connection to SQLite database.
What I need to write in sConnect ?
The function SQLCreate(sConnect) need to string sConnect
What is a format thhe string?
I want to use ODBC connection to SQLite database.
What I need to write in sConnect ?
sConnect= "DSN=ALM_LOG_OSTROVEC"
You can also find the format of other connection strings from
Note also that your DSN must be defined in the 32bit version of ODBCad32, not the 64bit version. 32bit version is stored under c:\windows\syswow64\ODBCad32.exe
sConnect= "DSN=ALM_LOG_OSTROVEC"
You can also find the format of other connection strings from
Note also that your DSN must be defined in the 32bit version of ODBCad32, not the 64bit version. 32bit version is stored under c:\windows\syswow64\ODBCad32.exe