Re: [Firebird-net-provider] FbBatchExecution parse error

2007-03-06 Thread Carlos Guzmán Álvarez
Hello: > It looks like the string '--' is parsed as the > begin of a comment text > > Any other string ( not containing "--" ) is parsed correcly. Ok, i will try to fix it as soon as possible - Take Surveys. Earn Cash. Inf

[Firebird-net-provider] FbBatchExecution parse error

2007-03-05 Thread Giuliano Asioli
I have an ASP.NET 2.0 application running a script with this istructions: ... SET TERM ^ ; CREATE PROCEDURE TEST RETURNS (VARNAME VARCHAR(20)) AS begin varname='---'; /* ERROR */ suspend; end ^ SET TERM ; ^ ... It looks like the string '--' is parsed as the begin of a comment text Any ot