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 other string  ( not containing "--" ) is parsed correcly.

I am using

Firebird CS 1.5.4.4910
FirebirdClient 2.0.1

VS2005
Client and Server on same PC
O.S. WinXP sp2

-- 
Giuliano Asioli



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to