RE: :Oracle function

2007-04-11 Thread Garrett, Philip (MAN-Corporate)
[EMAIL PROTECTED] wrote: > Anyone knows if DBD::Oracle has a function similar to the function > $sth->rows that exist in DBD::Mysql? This is a DBI feature. It exists for all drivers. > This function give us the number o rows in a select command. So, we > donĀ“t have to run a fetchrow with a while

FW: "the same compiler that was used..."

2006-11-22 Thread Garrett, Philip \(MAN-Corporate\)
em (e.g Synaptic for Ubuntu). See [some URL here] for more information about package managers. You may also be able to augment your compiler with [not sure what to put here, perhaps someone in this mailing list can come up with something]." --- "Garrett, Philip (MAN-Corporate)&q

RE: Announce: DBI-1.53 release candidate 2

2006-10-31 Thread Garrett, Philip \(MAN-Corporate\)
Tim Bunce wrote: > I'd appreciate testing of this release candidate: > > http://www.data-plan.com/public/DBI-1.53-RC2.tar.gz Hi Tim, I'm testing with 64-bit perl 5.8.3 on Linux 2.6.5. All tests pass, however there are some warnings on the thread cloning tests. Version 1.52 also has this "pro

RE: ANNOUNCE: DBD::Oracle 1.19 release candidate 3

2006-10-30 Thread Garrett, Philip \(MAN-Corporate\)
John Scoles wrote: > http://svn.perl.org/modules/dbd-oracle/trunk/DBD-Oracle-1.19-RC3.zip > > Changes in DBD-Oracle 1.19 (svn rev 7989) > > Cleaned out the extra file problems from RC2 > Fixed execute_array so it will take the ora_array_chunk_size DB handle > attribute > Some minor changes to the

RE: ANNOUNCE: DBD::Oracle 1.19 release candidate

2006-10-05 Thread Garrett, Philip \(MAN-Corporate\)
John Scoles wrote: > http://svn.perl.org/modules/dbd-oracle/trunk/DBD-Oracle-1.19-RC1.zip > > Any and all testing would be greatly appreciated, but especially > testing of building against Oracle Instant Client and Oracle XE > on a range of platforms. Hi John, All tests ok for me, running on Lin

RE: Getting DBD::Oracle tests working

2006-09-06 Thread Garrett, Philip \(MAN-Corporate\)
Tim Bunce wrote: > It would be simpler to > > $h->{PrintWarn} = 0; > > at the right spot. (Perhaps in a block and using local.) Hi Tim, Yeah, that would be simpler (and it's what I do in my own code), but my impression was that John wanted to leave the warning in there to test that it wou

RE: Getting DBD::Oracle tests working

2006-09-06 Thread Garrett, Philip \(MAN-Corporate\)
John Scoles wrote: > >> t/26exe_array...DBD::Oracle::st execute_array warning: >> ORA-24381: error(s) in array DML (DBD SUCCESS_WITH_INFO: error >> possibly near <*> indicator at char 66 in 'INSERT INTO >> dbd_ora__drop_me ( row_1, row_2, row_3) VALUES (:p1,:<*>p2,:p3)') >> [for Statement "

RE: :WMI - query the Windows Management Instrumentation via the DBI

2006-08-02 Thread Garrett, Philip \(MAN-Corporate\)
Max Maischein wrote: > Hello all, > > I've just created DBD::WMI [1], which you can use to query various > information on Windows (2000, XP, 2003) computers. My driver is a > (very thin) layer between DBI and the Windows WQL query language. The > WMI allows you to query various tables ("namespaces

RE: ANNOUNCE: DBD::Oracle 1.18 release candidate 2

2006-07-14 Thread Garrett, Philip \(MAN-Corporate\)
Martin J. Evans wrote: > On Fri, 2006-07-14 at 14:11 -0400, Garrett, Philip (MAN-Corporate) > wrote: >> John Scoles wrote: >>> >>> Not sure what wait.ph is for? >> >> Found this -- it's an error in my system's bits/typesizes.ph. Not >> y

RE: ANNOUNCE: DBD::Oracle 1.18 release candidate 2

2006-07-14 Thread Garrett, Philip \(MAN-Corporate\)
John Scoles wrote: > > Not sure what wait.ph is for? Found this -- it's an error in my system's bits/typesizes.ph. Not your problem. Philip

RE: ANNOUNCE: DBD::Oracle 1.18 release candidate 2

2006-07-14 Thread Garrett, Philip \(MAN-Corporate\)
John Scoles wrote: > http://svn.perl.org/modules/dbd-oracle/trunk/DBD-Oracle-1.18-RC2.zip > > =head1 Changes in DBD-Oracle 1.18 (scn rev 6647) > > Updated README.win32.txt fixed for some more typos > Fixed some waring messages found in > > Oracle.xs > dbdimp.c > and oci8.c > > and added the

DBD::Oracle error when switching between utf8 and non-utf8

2006-03-05 Thread Garrett, Philip \(MAN-Corporate\)
[ This got warnocked on dbi-users, so I'm posting here too. When I originally posted, I was using DBI 1.41. I have since upgraded to DBI 1.50 which did not help. ] Hi list. I believe I have tripped a DBD::Oracle bug in the way it binds utf8 parameters. If I create a statement and execute