SQLXP

Parameter Binding Tutorial


This tutorial shows how to use the param binding feature to make reusable sql statements.


1. Connect to a database.
2. Open a SQL Window.
3. Enter a SQL statement, set an parameter using the & character.
4. Click the param binding button to turn on parameter binding.
5. Click the query button, you will be asked for the parameter before the query executes.

Parameter Binding