Posted By:
Alex_Grivnin
Posted On:
Tuesday, March 11, 2003 09:22 AM
Is it possible to use {escape} within a call to a stored procedure?
For example is it possible to escape the string "Mc'arthur" using an escape keyword in the stored procedure. Like in the call below:
{?=call request('FF','3','Mc\'arthur') escape '\'}
Or the only way to do this is by using '?' parameters?
Thanks in advance.
Alex