Re: RFC: SQL::Preprocessor - a SQL filter for Perl

2004-07-26 Thread Tim Bunce
On Mon, Jul 26, 2004 at 07:15:13AM +0100, Tim Bunce wrote: On Sun, Jul 25, 2004 at 01:31:51PM -0700, Dean Arnold wrote: caveat while not strictly a DBI issue, I'm going to kick this off here, since its pretty relevant (ala SQL::Statement). If I'm out of line, or should restrict this

Re: RFC: SQL::Preprocessor - a SQL filter for Perl

2004-07-26 Thread Dean Arnold
Understood. Sorry. - Dean

Replacing $sth

2004-07-26 Thread Henri Asseily
I'm trying to do the following, and was wondering where I should look to get a good handle on what's going on: I have an $sth that's pointing to a dead server. I have a new $sth2 that's pointing to a good server. upon the user doing $sth-execute, I want to be able to get $sth pointing to $sth2,

Re: Replacing $sth

2004-07-26 Thread Jochen Wiedmann
Henri Asseily wrote: I'm trying to do the following, and was wondering where I should look to get a good handle on what's going on: I have an $sth that's pointing to a dead server. I have a new $sth2 that's pointing to a good server. upon the user doing $sth-execute, I want to be able to get