Problems with cursor (stored procedure)!!!!

In article <3dc2d...@newsgroups.borland.com>, mlu...@foi.hr says...
Quote
> what is wrong with this????

        Simple.  DECLARE CURSOR is part of embedded SQL; it's not a part
of the stored procedure and trigger language.  Perhaps you can use FOR
SELECT instead?

        -Craig

--
 Craig Stuntz [TeamB] Vertex Systems Corp. Columbus, OH
     Delphi/InterBase Weblog: http://delphi.weblogs.com
     InterBase PLANalyzer (Free IB optimization tool):
          http://delphi.weblogs.com/IBPLANalyzer