Re: DBI 1.34 error?

2003-03-05 Thread Bob X
Tim Bunce [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] snip Ah, okay. Sorry. Edit the lib/DBD/Proxy.pm file and change the $this in the line that's causing the error, to be $dbh. Done and done! : )

Re: DBI 1.34 error?

2003-03-04 Thread Tim Bunce
On Mon, Mar 03, 2003 at 09:43:45PM -0800, Jonathan Leffler wrote: Tim Bunce wrote: package name at C:/Perl/site/lib/DBD/Proxy.pm line 272. BEGIN not safe after errors--compilation aborted at C:/Perl/site/lib/DBD/Proxy.pm line 414. Compilation failed in require at (eval 3) line 3. ***

Re: DBI 1.34 error?

2003-03-04 Thread Bob X
Tim Bunce [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Mon, Mar 03, 2003 at 04:25:13PM -0500, Bob X wrote: snip Thanks. I believe the appended patch fixes it. Tim. *** lib/DBD/Proxy.pm2003/02/28 17:50:06 11.12 --- lib/DBD/Proxy.pm2003/03/03 22:37:14

Re: DBI 1.34 error?

2003-03-04 Thread Tim Bunce
On Mon, Mar 03, 2003 at 08:20:34PM -0500, Bob X wrote: Tim Bunce [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Mon, Mar 03, 2003 at 04:25:13PM -0500, Bob X wrote: snip Thanks. I believe the appended patch fixes it. Tim. *** lib/DBD/Proxy.pm2003/02/28 17:50:06

DBI 1.34 error?

2003-03-03 Thread Bob X
I have this script: use strict; use warnings; use DBI; my %attr = ( PrintError = 0, RaiseError = 1 ); my @drivers = DBI-available_drivers(); foreach my $driver(@drivers) { print Driver: $driver\n; my @dataSources = DBI-data_sources($driver); foreach my

Re: DBI 1.34 error?

2003-03-03 Thread Tim Bunce
On Mon, Mar 03, 2003 at 04:25:13PM -0500, Bob X wrote: I have this script: use strict; use warnings; use DBI; my %attr = ( PrintError = 0, RaiseError = 1 ); my @drivers = DBI-available_drivers(); foreach my $driver(@drivers) { print Driver: $driver\n; my

Re: DBI 1.34 error?

2003-03-03 Thread Jonathan Leffler
Tim Bunce wrote: On Mon, Mar 03, 2003 at 04:25:13PM -0500, Bob X wrote: I have this script: [...] It simply gives me a list of DBD drivers installed. Ran fine until I upgrade to 1.34 at which point I get the following error now: install_driver(Proxy) failed: Global symbol $this requires explicit