Re: [GENERAL] embedded SQL cursos declare fails

2001-09-06 Thread Bruce Momjian
I have committed these changes to ecpg.sgml. You can see the result in the development docs tomorrow. > > OK, I have backed out that patch. Would you review that section of the > SGML and either commit a patch or send me one. Thanks. > > > > On Fri, Aug 24, 2001 at 02:07:48PM -0400, Bruce

Re: [GENERAL] embedded SQL cursos declare fails

2001-08-26 Thread Bruce Momjian
OK, I have backed out that patch. Would you review that section of the SGML and either commit a patch or send me one. Thanks. > On Fri, Aug 24, 2001 at 02:07:48PM -0400, Bruce Momjian wrote: > > OK, I have applied the following patch. Interestingly, the SGML code > > marked this block as out

Re: [GENERAL] embedded SQL cursos declare fails

2001-08-26 Thread Michael Meskes
On Fri, Aug 24, 2001 at 02:07:48PM -0400, Bruce Momjian wrote: > OK, I have applied the following patch. Interestingly, the SGML code > marked this block as outdated, but didn't remove it for some reason. I'm afraid this patch is incorrect. > - Don't know why this is said. > - >

Re: [GENERAL] embedded SQL cursos declare fails

2001-08-24 Thread Bruce Momjian
OK, I have applied the following patch. Interestingly, the SGML code marked this block as outdated, but didn't remove it for some reason. > On Tue, 19 Jun 2001, Michael Meskes wrote: > > > On Mon, Jun 18, 2001 at 03:59:56PM -0400, Thalis A. Kalfigopoulos wrote: > > > EXEC SQL DECLARE my_cursor

[GENERAL] embedded SQL cursos declare fails

2001-06-18 Thread Thalis A. Kalfigopoulos
Taken almost literally from the tutorial example (http://www.postgresql.org/idocs/index.php?app-ecpg.html) the following code: EXEC SQL DECLARE my_cursor CURSOR FOR SELECT a,b FROM lala WHERE a= :i; EXEC SQL FETCH FORWARD NEXT FROM my_cursor INTO :tmpa,:tmpb; throws the following error in the