Home
SQL Select online help Prev Page Prev Page
Introduction
About SQL Select
Version history
Supported database engines
Contact us
Using SQL Select
Connecting to a database server
Conecting to databases directly without client libraries installed
Connecting to an Oracle database
The SQL workspace
SQL editor
Query selection
Data sets
Locking data sets
Exporting data sets
Export to text file
Export to Excel
Export to SQLite

Export to text file

Click on the Export data sets to text files button (save) on the data sets toolbar. This will start the export process.

Select the data sets you want to export, and give each data set a unique file name. You can export both the active and locked data sets. You can view the data contained in each data set by selecting the data set in the Available data sets
list.

export_txt_01  
 
Select the file encoding type, and the delimiter to use. Select the Overwrite existing files option if you want to overwrite any existing files.
 
export_txt_02  
 
SQL Select will export the data sets to the text files you named, and report its progress. Once the export process has completed, you can open the text files by clicking on the Open file button.
 
export_txt_03