Re: [GENERAL] Interfaces that support cursors

2003-10-14 Thread Christopher Browne
[EMAIL PROTECTED] (Doug McNaught) writes: > Network Administrator <[EMAIL PROTECTED]> writes: > >> Ok, I did see the autocommit flag setting in DBD:Pg when I starting >> reading up on the DBI/DBD interfacing methods so I guess I could >> recode for that. However, how do you "maintain" the current

Re: [GENERAL] Interfaces that support cursors

2003-10-10 Thread Network Administrator
Quoting Jonathan Bartlett <[EMAIL PROTECTED]>: > > Ok, I did see the autocommit flag setting in DBD:Pg when I starting reading > up > > on the DBI/DBD interfacing methods so I guess I could recode for that. > However, > > how do you "maintain" the current transaction open if your script is > writ

Re: [GENERAL] Interfaces that support cursors

2003-10-10 Thread Network Administrator
Quoting Doug McNaught <[EMAIL PROTECTED]>: > Network Administrator <[EMAIL PROTECTED]> writes: > > > Ok, I did see the autocommit flag setting in DBD:Pg when I starting > > reading up on the DBI/DBD interfacing methods so I guess I could > > recode for that. However, how do you "maintain" the cu

Re: [GENERAL] Interfaces that support cursors

2003-10-10 Thread Network Administrator
Quoting Doug McNaught <[EMAIL PROTECTED]>: > Network Administrator <[EMAIL PROTECTED]> writes: > > > I've got a Pg 7.1.3 release that I'm going to upgrade to 7.4 but in the > meantime > > I wanted to know if Pg.pm (or DBD:Pg) supported using cursors. I would > guess > > that they they don't beca

Re: [GENERAL] Interfaces that support cursors

2003-10-10 Thread Jonathan Bartlett
> Absolutely- I was gonna dig into my mod_perl manual since I'm not sure if/how I > can make the HTML interfaces persist in Apache- I know the backend can (Apache > <-> Pg) but instead of increasing the complexity of things this time(all the > script does is write pages of images), I'll see how the

Re: [GENERAL] Interfaces that support cursors

2003-10-10 Thread Jonathan Bartlett
> Ok, I did see the autocommit flag setting in DBD:Pg when I starting reading up > on the DBI/DBD interfacing methods so I guess I could recode for that. However, > how do you "maintain" the current transaction open if your script is writing > pages to the web. Even in mod_perl I think that there

Re: [GENERAL] Interfaces that support cursors

2003-10-10 Thread Doug McNaught
Network Administrator <[EMAIL PROTECTED]> writes: > Ok, I did see the autocommit flag setting in DBD:Pg when I starting > reading up on the DBI/DBD interfacing methods so I guess I could > recode for that. However, how do you "maintain" the current > transaction open if your script is writing pag

Re: [GENERAL] Interfaces that support cursors

2003-10-10 Thread Doug McNaught
Network Administrator <[EMAIL PROTECTED]> writes: > I've got a Pg 7.1.3 release that I'm going to upgrade to 7.4 but in the meantime > I wanted to know if Pg.pm (or DBD:Pg) supported using cursors. I would guess > that they they don't because from what I understand every executed query in this >