[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
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
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
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
> 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
> 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
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
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
>