PSG SQLITE3 tool can be used with SQLITE3 databases only, SQLITE ODBC drivers should be installed first!
DRIVER=SQLite3 ODBC Driver
VFP 9 runtime is required

this should be used for DB3 configuration files and other small databases

for better tools go to:

http://www.sqlite.org/cvstrac/wiki?p=ManagementTools
Recommended:    http://sqlitestudio.one.pl/index.rvt


CREATE DATABASE

- create the database in selected location
- the database name will be writen under the OPEN DATABASE button

OPEN DATABASE

- Open an existing database
- the database name will be writen under the OPEN DATABASE button

ADD TABLE

- can not ADD table without a database
- opens the dialog box to add a new table
- the table name should contain only alphanumeric characters and no spaces!

DROP TABLE

- drop selected table, first a table should be selected into the treeview in the right!

OPEN TABLE

- open selected table,  first a table should be selected into the treeview in the right!
- it opens the table for navigation
          - ADD record
          - EDIT record 
          - DELETE record
          - MODIFY structure



<< modify this text as you want >>