Re: passing mysql dbi handle from parent to child

2004-08-02 Thread Jonathan Leffler
bruce wrote: to begin... I've reconnected this thread to DBI Users - other people there may benefit from this information, and a different set of other people may have useful advice to offer. i'm considering an app that would require transactional processing across multiple web pages of an

Re: passing mysql dbi handle from parent to child

2004-08-02 Thread Tim Bunce
On Mon, Aug 02, 2004 at 12:07:45AM -0700, Jonathan Leffler wrote: i suspect that it is possible to accomplish... I don't. right now, there appears to be something weird with regards to my simply doing a 'exec child.pl $dbh'... It only appears to be weird because you don't have a clear

Free to wrong pool using dbi, mysql, activestate perl 510

2004-08-02 Thread byron jones
morning, i'm trying to track down a bug that we're experiencing in bugzilla. http://bugzilla.mozilla.org/show_bug.cgi?id=253696 on activestate perl (windows) build 510 when i connect to a mysql database specifying using FetchHashKeyName = 'NAME_lc' and run selectall_hashref() i get Free

Re: Help with DB2 DBI Connection

2004-08-02 Thread Darin McBride
On July 29, 2004 9:53 am, Jay harris wrote: I am onsite at a client, and they use AIX/DB2-UDB V8. They have an automated scheduling package that starts jobs using su super user, and then passes the account like a nohup would do. My problem is that the dbi connect seems to require a password,

ANNOUNCE: Advanced DBI tutorial slides

2004-08-02 Thread Tim Bunce
I uploaded the slides for my Advanced DBI tutorial shortly before OSCON but forgot to announce them: file: $CPAN/authors/id/T/TI/TIMB/DBI_AdvancedTalk_2004.tar.gz size: 3122405 bytes md5: b8a8f1732a0d67c6c69e48e4541c3162 Most easily read online via:

Re: Free to wrong pool using dbi, mysql, activestate perl 510

2004-08-02 Thread byron jones
on activestate perl (windows) build 510 when i connect to a mysql database specifying using FetchHashKeyName = 'NAME_lc' and run selectall_hashref() i get Free to wrong pool 223f88 not ff at e:/Perl/site/lib/DBI.pm line 1867. on activestate perl 5.8.3 build 809, it does not crash.

Re: ANNOUNCE: Advanced DBI tutorial slides

2004-08-02 Thread Hardy Merrill
Tim, is DBI v2 going to coincide with the release of the 2nd edition of Programming the Perl DBI? Hardy Merrill [EMAIL PROTECTED] 08/02/04 10:31AM I uploaded the slides for my Advanced DBI tutorial shortly before OSCON but forgot to announce them: file:

RE: ANNOUNCE: Advanced DBI tutorial slides

2004-08-02 Thread Burak Gursoy
I see some references to v2 several times in this list, but don't know the real state of it and I'm curious. So, is there a v2 in-process or is it just an idea for now? And when will we see a first release (alpha/beta/final)? -Original Message- From: Tim Bunce [mailto:[EMAIL PROTECTED]

Re: DBD::Translate

2004-08-02 Thread Tim Bunce
On Fri, Jul 30, 2004 at 05:14:27PM -0700, Masahji Stewart wrote: Hey Tim, I had a question about a module that I was designing to do SQL translation between databases. I was going to implement it as a database driver (DBD::Translate). Here's how it would be used: The core translation code

Re: ANNOUNCE: Advanced DBI tutorial slides

2004-08-02 Thread Tim Bunce
On Mon, Aug 02, 2004 at 06:20:57PM +0300, Burak Gursoy wrote: I see some references to v2 several times in this list, but don't know the real state of it and I'm curious. So, is there a v2 in-process or is it just an idea for now? And when will we see a first release (alpha/beta/final)?

Re: Free to wrong pool using dbi, mysql, activestate perl 510

2004-08-02 Thread Tim Bunce
On Mon, Aug 02, 2004 at 11:16:09PM +0800, byron jones wrote: on activestate perl (windows) build 510 when i connect to a mysql database specifying using FetchHashKeyName = 'NAME_lc' and run selectall_hashref() i get Free to wrong pool 223f88 not ff at e:/Perl/site/lib/DBI.pm

Re: ANNOUNCE: Advanced DBI tutorial slides

2004-08-02 Thread Giuseppe Maxia
Tim Bunce wrote: I uploaded the slides for my Advanced DBI tutorial shortly before OSCON but forgot to announce them: However, they didn't escape our attention. :-) http://www.perlmonks.org/index.pl?node_id=372346 Cheers gmax file: $CPAN/authors/id/T/TI/TIMB/DBI_AdvancedTalk_2004.tar.gz size:

Re: ANNOUNCE: Advanced DBI tutorial slides

2004-08-02 Thread Robert
Hardy Merrill [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Tim, is DBI v2 going to coincide with the release of the 2nd edition of Programming the Perl DBI? Hardy Merrill That would be cool. I use that book everyday almost. Robert

DBI 2.x and the 'sad hack' for DBD::Informix

2004-08-02 Thread Jonathan Leffler
DBD::Informix 0.95 introduced the internal tables function; no-one should still be using any earlier versions of DBD::Informix than 1.00.PC1, so the 'sad hack' can go - especially since it actually doesn't work reliably for Informix anyway. I note that the DBI (v1.42 RC1, but I don't think it