Subject | Re: [firebird-support] DECLARE MyCursor CURSOR |
---|---|
Author | Martijn Tonies |
Post date | 2004-10-07T15:39:59Z |
Hello Robert,
And having a cursor across procedure boundaries might be a different
story altogether.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> I have the "Interbase 6 Data Definition Guide" and that is where DECLARE,Not for procedural SQL. These are all about "embedded SQL".
> OPEN, FETCH, and CLOSE CURSOR is discussed. I just can't find anything
> regarding them in Firebird 1.5. According to Carlos H. Cantu, I'll haveto
> wait until Firebird 2.0 before there is full CURSOR support. I alreadyuse
> the FOR SELECT method, but I need to be able to put the DECLARE, OPEN inone
> stored procedure, the FETCH in another stored procedure, and CLOSE in yetWell, currently, you cannot.
> another. Something I should be able to do since the named CURSOR remains
> live until specifically CLOSEd.
And having a cursor across procedure boundaries might be a different
story altogether.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com