Versions Compared

Key

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

...

DDBAPI automatically binds the values you provide to the corresponding placeholders in the prepared query.

Calling Stored Procedure in the Database

To invoke stored procedure in the database, you can employ the DBMS query language as follows:

...