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
- SQL statement string.
Return Value
This method will return a handle which much be used again in other statements.
...