Re: Declare Cursor error while implementing SCROLL CURSOR

From: CBFalconer <cbfalconer_at_yahoo.com>
Date: Thu, 28 Dec 2006 04:30:32 -0500
Message-ID: <45938EB8.8C624C6A_at_yahoo.com>


invy wrote:
>
> I'm experiencing a problem while declaring scroll cursor. I'm
> using Embeded SQL with C. my code is given below.
>
> #ifdef SQLSRVR_RDBMS
> EXEC SQL DECLARE CUR_DWNLD SCROLL CURSOR FOR SCURS;
> EXEC SQL PREPARE SCURS FROM :S_QRY;
> #endif

Nothing to do with the standard C language. F'ups set.

-- 
Chuck F (cbfalconer at maineline dot net)
   Available for consulting/temporary embedded and systems.
   <http://cbfalconer.home.att.net>
Received on Thu Dec 28 2006 - 10:30:32 CET

Original text of this message