SQLXP

Binding Params


Turning on this cause a dialog box to appear when runing sql statment that contain params. The dialog box lets to enter the parameters value before it executes. This way you can create a reuseable parametized sql statement.

Parameters have the following syntax. &ParamName.

This is an example of a SQL statement with a parameter.

Use the bind param button to turn on parameter binding.

Run of Execute the SQL statement, a dialog box will appear and ask you for the parameters value.