How to avoid Ampersand ( & )symbol issue, while execute the procedure..? [message #302133] |
Sat, 23 February 2008 19:52 |
gksenthilkumar
Messages: 23 Registered: November 2007 Location: india
|
Junior Member |
|
|
In the procedure, passing three input values and third input value passing with & ampersand sysbol.
It is asking input value, while exceute the procedure.
EXEC spu_delete('DELETE','DELETE1','A&T-BOSS-10');
How to avoid this Ampersand ( & )symbol issue with out using SET DEFINE OFF / SET SCAN OFF, while execute the procedure..?.
Because, executing through fron-end with batch job in the UNIX server; we cannt use / pass the SET operation.
any alternate for execute this procedure ?
|
|
|
|
|
|