|
|
|
|
|
|
|
The first operation to perform in order to use WDSQL is to establish the connection to a database...
|
|
|
|
|
|
|
WDSQL is used to convert the structure of an HFSQL database into SQL script...
|
|
|
|
|
|
|
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ...
|
|
|
|
|
|
|
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries...
|
|
|
|
|
|
|
WDSQL is used to find out the structure of the accessed database...
|
|
|
|
|
|
|
The result of a select query can be...
|
|
|
|
|
|
|
WDSQL is used to run all the SQL queries created by WDSQL...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|