Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Prepare This API prepares a statement to execute.

  • You will only need to prepare a statement if you have markers in the SQL WHERE clause within the statement. You can may use pjs.executeDirect() otherwise.
  • You must connect have a connection to the database firsta database before using this API.

...

Parameter
  1. SQL statement string.

Return Value

This method will return a handle which much be used again in other statements.

...