Home
SQL Data Sets - Online help Prev Page Prev Page
Introduction
About SQL Data Sets
Version history
Supported database engines
Contact us
Getting started
Creating a result set package
Opening and using a SQL Data Sets package
Using SQL Data Sets
Connecting to a database server
Conecting to databases directly without client libraries installed
Connecting to an Oracle database
The SQL workspace
SQL editor
Data sets
HTML export
Adding and viewing notes
Viewing images
Creating a package
Exporting to a SQLite database
Options
Using SQL Data Sets Viewer
Opening a package
Local queries
Local SQL commands and functions

Exporting to a SQLite database

Once you have one or more data sets available, you can export the data sets to a SQLite database. In order to create or access a SQLite database, you need to have the SQLite client library (sqlite3.dll) available on your computer.

To create a package, select the Database > Export to SQLite database menu item

exportdb01  

or click on the Export to SQLite database
(transfer_data) toolbar item. This starts the Export to SQLite database wizard. On the first page, select the data sets you want to include in the database.

exportdb02  

On the second page, enter the name of the SQLite database you want to create/use. If you want to create an entirely new database, select the Overwrite existing file
option. To create or access the SQLite database, SQL Data Sets requires access to the SQLite 3 client library. Enter the fully qualified file name to the library if SQL Data Sets was unable to detect the library on your system's PATH settings.

By default, SQL Data Sets will access the SQLite database in exclusive mode, and also turn off the synchronous option. This results in a faster load operation, at the cost of blocking other user connections to the same database, and also data integrity. You can change these options to suit your needs.

For each data set that you export, you can provide a table name to create the data set in. If you want to drop any existing tables of the same name, select the Drop table if already exists
option.

exportdb03  

Click Next
to export the data sets. SQL Data Sets displays progress information as it exports the data sets.

exportdb04