This API prepares a statement to execute.
You
...
only need to prepare a statement if you have parameter markers, identified by ? (question mark) symbols, in the SQL. You may use pjs.executeDirect() otherwise
...
.
Parameter
- SQL statement string
...
This API prepares a statement to execute.
You
...
only need to prepare a statement if you have parameter markers, identified by ? (question mark) symbols, in the SQL. You may use pjs.executeDirect() otherwise
...
.
...