Hi,

I am currently building a small web based app, with postgres as back end. I 
found that in ecpg you can declare and use cursor without declaring a 
transaction. In several places I have used cursors for selects only. That's 
the only way I found to make ecpg fetch multiple rows.

And in ecpg I have to give an explicit open cursor statement to make fetching 
possible.

I am usig 7.1.2.

 HTH
 
 Shridhar 

On Wednesday 05 September 2001 23:01, Ludovic Pénet wrote:
> "Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions"
> I badly need this functionnality to interface postgres in my company
> database abstraction layer. Do you have any idea of when it should be
> available?


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to