Re: mysql LIMIT ?

2007-02-20 Thread Tim Bunce
Binding the value using an explicit numeric type, like this: use DBI qw(:sql_types); $sth-bind_param(1, $limit, SQL_INTEGER); should work. If it doesn't then it's a bug/limitation in DBD::mysql. I'm sure patches would be welcome. Tim. On Tue, Feb 20, 2007 at 12:01:09AM +0100,

Re: ANNOUNCE: DBI 1.54 RC6 - including cool new DBD::Gofer stateless proxy

2007-02-20 Thread John Scoles
Well I had another carak with Windows and here are the results Makefile.PL worked and it compiled fine with nmake. Unfortunetly on the mnake test it hung on 85gofer.t and just spun its wheels. I shut it down after 20 mins Do you want me to do some degugging on 85gofer.t? cheers John Scoles

Re: DBI V 1.54 RC 6 Randy Kobes Perl

2007-02-20 Thread Tim Bunce
[CC'd to dbi-users so others can test the attached] On Tue, Feb 20, 2007 at 08:55:28PM +1100, Ron Savage wrote: Hi Tim Different Perl this time, now that I'm at home. It's 9 pm so tomorrow I'll try it at work with Strawberry Perl. Thanks Ron. I imagine Strawberry Perl will be the same.

Re: DBI V 1.54 RC 6 Randy Kobes Perl

2007-02-20 Thread Tim Bunce
On Tue, Feb 20, 2007 at 02:38:29PM +, Tim Bunce wrote: [CC'd to dbi-users so others can test the attached] Actually, scratch that. There are some other changes needed. I'll make a new release candidate. More news soon. Tim.

RE: install_driver(Oracle) failed while connecting to oracle 10.2.0.2

2007-02-20 Thread Garrett, Philip \(MAN-Corporate\)
Hi, RaviChandra Chelikam wrote: perl: fatal: /usr/local/opt/oracle/product/ldcnmd/lib32/libclntsh.so.9.0: Permission denied at . ^ The permissions on your Oracle installation are not letting Perl load the Oracle client library. The library file libclntsh.so.9.0 (or

ANNOUNCE: DBI 1.54 RC7

2007-02-20 Thread Tim Bunce
On Mon, Feb 19, 2007 at 04:28:40PM +, Tim Bunce wrote: You can download it from: Let's try is again... Take 7: http://homepage.mac.com/tim.bunce/.Public/perl/DBI-1.54-RC7.tar.gz Thanks! Tim.

Re: ANNOUNCE: DBI 1.54 RC7

2007-02-20 Thread John Scoles
Well this time on windows no errors but it hangs here t/85gofer.ok 1/0 and sometimes t/85gofer.ok 11/0 and t/85gofer.ok 13/0 again with RC7 - Original Message - From: Tim Bunce [EMAIL PROTECTED] To: dbi-users@perl.org Cc: Tim Bunce

RE: install_driver(Oracle) failed while connecting to oracle 10.2.0.2

2007-02-20 Thread Garrett, Philip \(MAN-Corporate\)
You need to rebuild DBD::Oracle against the new 10g client you installed. You don't necessarily need to upgrade (which would be a good idea though), but you DO need to rebuild it. From: RaviChandra Chelikam [mailto:[EMAIL PROTECTED] Sent:

Re: ANNOUNCE: DBI 1.54 RC7

2007-02-20 Thread Tim Bunce
On Tue, Feb 20, 2007 at 12:20:18PM -0500, John Scoles wrote: Well this time on windows no errors but it hangs here t/85gofer.ok 1/0 and sometimes t/85gofer.ok 11/0 and t/85gofer.ok 13/0 again with RC7 Hangs as in permenantly ( you have to

Re: Problem of installing DBI packages

2007-02-20 Thread Jonathan Leffler
On 2/20/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi jonathan, Dear Anupam, First rule of mailing list etiquette - keep discussions on the mailing list unless invited to take the discussion off-list. That way, you might get an answer quicker - and you might not annoy people who have