|
|
|
|
|
Declares the end of execution of a query and frees the memory resources allocated during the execution of the query ( SQLExec or SQLExecWDR). Warning The release of a query is mandatory, even if the execution of the query has failed.
ResSQL = SQLExec("SELECT* FROM INV", "QRY1")
IF ResSQL = False THEN
SQLInfo("QRY1")
Info("SQL error: " + SQL.MesError)
ELSE
SQLTable("QRY1", TABLE_Table1)
END
SQLClose("QRY1")
Sintaxis <Query name>: Character string Name of the query:
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|