RE: Problem with DBI::Multiplex

2006-05-27 Thread Peter Halliday
er Halliday > Cc: 'Tim Bunce'; dbi-users@perl.org; [EMAIL PROTECTED] > Subject: Re: Problem with DBI::Multiplex > > On Thu, May 25, 2006 at 04:03:39PM -0400, Peter Halliday wrote: > > Tim and Thomas, > > > > Not sure why this is the case, but I noticed that doin

RE: Problem with DBI::Multiplex

2006-05-26 Thread Peter Halliday
> So $sth->execute(@_); "didn't work", > but > my @tmp = @_; > $sth->execute(@tmp); > did? It was more like this $sth->execute(@_) didn't work $sth->execute() did. Peter Halliday Excelsior Systems http://www.excelsiorsystems.net (Phone:) 607-936-2172 (Support:) 607-329

RE: Problem with DBI::Multiplex

2006-05-26 Thread Peter Halliday
> -Original Message- > From: Tim Bunce [mailto:[EMAIL PROTECTED] > Sent: Friday, May 26, 2006 3:52 AM > To: Peter Halliday > Cc: 'Tim Bunce'; dbi-users@perl.org; [EMAIL PROTECTED] > Subject: Re: Problem with DBI::Multiplex > > On Thu, May 25, 2006 at 04:0

Re: Problem with DBI::Multiplex

2006-05-26 Thread Tim Bunce
> (Phone:) 607-936-2172 > (Support:) 607-329-6905 > (Fax:) 607-398-7928 > > > -Original Message- > > From: Tim Bunce [mailto:[EMAIL PROTECTED] > > Sent: Thursday, May 11, 2006 7:44 AM > > To: Peter Halliday > > Cc: dbi-users@perl.org > > Subject: Re: P

RE: Problem with DBI::Multiplex

2006-05-25 Thread Peter Halliday
May 11, 2006 7:44 AM > To: Peter Halliday > Cc: dbi-users@perl.org > Subject: Re: Problem with DBI::Multiplex > > On Tue, May 09, 2006 at 11:07:38AM -0400, Peter Halliday wrote: > > I'm trying to load balance reads across two MySQL database that have > replication. The

RE: Problem with DBI::Multiplex

2006-05-11 Thread Peter Halliday
alliday > Cc: dbi-users@perl.org > Subject: Re: Problem with DBI::Multiplex > > On Tue, May 09, 2006 at 11:07:38AM -0400, Peter Halliday wrote: > > I'm trying to load balance reads across two MySQL database > that have replication. The reads are working wonderful

Re: Problem with DBI::Multiplex

2006-05-11 Thread Tim Bunce
On Tue, May 09, 2006 at 11:07:38AM -0400, Peter Halliday wrote: > I'm trying to load balance reads across two MySQL database that have > replication. The reads are working wonderfully. The inserts actually do > insert. However, there are some table that use auto increment primary keys. > I c

Problem with DBI::Multiplex

2006-05-09 Thread Peter Halliday
I'm trying to load balance reads across two MySQL database that have replication. The reads are working wonderfully. The inserts actually do insert. However, there are some table that use auto increment primary keys. I can't figure out how to actually get those particular keys now. Peter Ha