Versions Compared

Key

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

...

Note the string '''{customerId}'''. The database connector SQL statements are actually templates that are resolved at run time using values passed in the http request. In the example above, if there is a parameter in the http GET request that hits the connector with customerId=1234 than the statement would return the record for customer 1234.===== Stored Procedure =====

Stored Procedures

You can also execute stored procedures via the database connector. Here is an example of a mySql stored procedure.

...