Hi,

I am executing .sql which has procedure with [EMAIL PROTECTED] . This .sql
is executed from SQL Task through ANT scripts.  This .sql file having
procedure is runnin properly form sql server studio.


Statements in SQL procedure :
SET @PLOT_LINK =
'openForm("ESD_ADM032_FRM_AUTO_ROUTING&look_up=true",[EMAIL PROTECTED],810,
375, "auto", false );'
REPLACE (@PLOT_LINK, '[EMAIL PROTECTED]', CAST(a.row_id AS nvarchar)) AS
plot_link

Error while executing through ANT
[sql] com.inet.tds.ap: Unknown escape sequence '{ colindex.0}'

Let me know what should be done?
Thanks 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to