11.04.2013 Views

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Parameters<br />

The following table describes each parameter of the syntax.<br />

Parameter Description<br />

1-822 <strong>UniBasic</strong> <strong>Commands</strong> <strong>Reference</strong><br />

statement.env SQL statement environment.<br />

option option is one of the following:<br />

SQL.CLOSE – Closes any open cursor associated with<br />

the SQL statement environment and discards pending<br />

results at the data source. Using the SQL.CLOSE<br />

option cancels the current query. All parameter<br />

markers and columns remain bound to the variables<br />

specified in the SQLBindCol and<br />

SQLBindParameter calls.<br />

SQL.UNBIND – Releases all bound column variables<br />

defined in SQLBindCol for this SQL statement<br />

environment.<br />

SQL.RESET.PARAMS – Releases all parameter<br />

marker variables set by SQLBindParameter for this<br />

SQL statement environment.<br />

SQL.DROP – Releases the SQL statement<br />

environment. This option terminates all access to the<br />

SQL statement environment. SQL.DROP also closes<br />

cursors, discards pending results, unbinds columns,<br />

and resets parameter marker variables.<br />

Options are defined in the ODBC.H file.<br />

SQLFreeStmt Input Variables

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!