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 ?
Unknown said:
I see Citect help :
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
ODBC provider
"Driver={SQL Server};Server=(local);Trusted_Connection=Yes; Database=MyDatabase;"
"Driver={Microsoft ODBC for Oracle};Server=ORACLE8i7;Persist Security Info=False;Trusted_Connection=Yes"
"Driver={Microsoft Access Driver (*.mdb)};DBQ=c:\doc\MyDatabase.mdb"
"Driver={Microsoft Excel Driver (*.xls)};DBQ=c:\doc\MySheet.xls"
"SCADA Data Provider=Odbc;Driver={Microsoft Text Driver (*.txt; *.csv)};DBQ=c:\doc"
"DSN=MyDSNname"
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
and can't understand what is my case ...... not SQL server ..... not ODBC for Oracle .... no Access ... not Excel
Unknown said:
I see Citect help :
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
ODBC provider
"Driver={SQL Server};Server=(local);Trusted_Connection=Yes; Database=MyDatabase;"
"Driver={Microsoft ODBC for Oracle};Server=ORACLE8i7;Persist Security Info=False;Trusted_Connection=Yes"
"Driver={Microsoft Access Driver (*.mdb)};DBQ=c:\doc\MyDatabase.mdb"
"Driver={Microsoft Excel Driver (*.xls)};DBQ=c:\doc\MySheet.xls"
"SCADA Data Provider=Odbc;Driver={Microsoft Text Driver (*.txt; *.csv)};DBQ=c:\doc"
"DSN=MyDSNname"
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
and can't understand what is my case ...... not SQL server ..... not ODBC for Oracle .... no Access ... not Excel