

In the opened dialog, select ODBC DSN and click Next to continue. Click From Other Sources, and then click From Data Connection Wizard. You can use this option to connect to OLE DB or ODBC external data source that has already been defined. The data from the table will be a displayed in an Excel spreadsheet where you can further work with it.Ĭonnecting Excel to SQLite with Data Connection Wizard (Legacy Wizard) In the window that appears, select the table you want to retrieve data from, and click Load.

If your database is not password-protected or you've already specified your credentials in the ODBC data source settings, select Default or Custom and press Connect If you're using a database username or password, select Database and enter your credentials in the dialox bog, then click Connect.Additionally, you can enter an SQL statement that will be executed right after establishing a connection to the data source.
Sqlite3 odbc driver#
If you haven't configured your ODBC driver yet, you can expand the Advanced Options dialog box and enter the connection string for your data source (without credentials, which are defined in the credentials dialog box in the next step).

Sample: RIVER= SQLite3 ODBC Driver Database= c:\mydb.db LongNames= 0 Timeout= 1000 NoTXN= 0 SyncPragma= NORMAL StepAPI= 0 Ģ. Created a system DSN=(Test) that connects to the database needed.ģ. Sample: DSN= myDsn Uid= myUsername Pwd= ġ. These are 2 different connections stings I researched on the web. I have tried the 2 methods allowed from with the Data tools configuration window.
Sqlite3 odbc drivers#
I have installed the SQLite3 Drivers also. Hello, I am trying to find the correct connection string when using the Data tools in Navisworks.
