EXECUTE STATEMENT - double quoted named input parameters - "Unsuccessful 
execution"
-----------------------------------------------------------------------------------

                 Key: CORE-4551
                 URL: http://tracker.firebirdsql.org/browse/CORE-4551
             Project: Firebird Core
          Issue Type: Bug
    Affects Versions: 2.5.3
            Reporter: Gorynich
            Priority: Minor


execute block (P smallint = :P)
returns (R smallint)
as declare variable S varchar(512);
begin
  S = 'select cast(:"P1" as integer) from RDB$Database';   
  for execute statement(:S)("P1" := :P) into :R do suspend;
end

Unsuccessful execution caused by system error that does not preclude successful 
execution of subsequent statements.
Execute statement preprocess SQL error.
Parameter name expected.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to