SQL Scratch Pad
SQL
Scratch Pad is an application for developing and testing SQL queries on a database.
It's also a good tool for learning about databases and SQL, in fact you do not need to
know anything about databases or SQL to get started.
SQL Scratch Pad includes two sample Access databases with example
queries that you can try out, or you can use it with your own
databases. Each sample database has a matching html file that describes
the tables and fields in
the database and a txt file containing the example queries. SQL Scratch
Pad also has the ability to create new Access databases. Other types of
databases like Dbase may be created with SQL. All actions are performed
through the ODBC API so SQL Scratch Pad can be used with databases other than Access,
even remote SQL Servers. SQL Scratch Pad does not use a DSN to connect to databases.
Requirements:
Liberty BASIC 4
Microsoft Data Access Components ( MDAC 2.1 or greater ).
Most computers already have these.
Download Contains Liberty BASIC source code, sample databases and related files. No installation required.