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
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