|
SQL Syntax Description in 602SQL | SQL Language in 602SQL | Lexical Elements of the SQL Language |
Not all interfaces are documented in the English version of the help.
The SQL language is a basic tool for manipulating data stored in the 602SQL database. A SQL statement may be executed on the server in the following ways:
SQL_execute
function.TSQL602Statement
component that exists in the CDK interface for Delphi.wb_exec
and wb_psql_execute
statements from the PHP module.If you want to execute the same statement repeatedly (e.g. with variable data), the following options are available:
SQL_prepare
and SQL_exec_prepared
functions.SQL_host_execute
function or if the preparation and execution is separated, the variables are described when calling the SQL_host_prepare
function and the statement is executed using the SQL_exec_prepared
function.You can also use the following methods for entering SQL statements when developing applications:
602cliXX
on Linux to enter statements.List of topics:
SQL Syntax Description in 602SQL | SQL Language in 602SQL | Lexical Elements of the SQL Language |