RE: [dbi] RE: 20SqlServer test in DBD::ODBC recommends driver upgrade - why?

2003-06-12 Thread Martin J. Evans
Jeff and all, I have managed to dig out a little further information that may prove useful for others. The case we are looking at here produces the following for 20SqlServer test 1 and 2: t/20SqlServer1..25 Inserting: 0, string length 13 Inserting: 1, 2001-01-01 01:01:01.110 string length

(Fwd) Re: [Plezz Help~~] Some error during installing DBD-Oracle-1.12

2003-06-12 Thread Tim Bunce
- Forwarded message from Jenny Kim [EMAIL PROTECTED] - Delivered-To: [EMAIL PROTECTED] X-MsgID: 1055415461.19658.mail X-RECEIVED-IP: 203.236.3.209 From: Jenny Kim [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [Plezz Help~~] Some error during installing

Problem with DBD-Oracle 1.14 and Cygwin

2003-06-12 Thread Kevin White
I'm trying to compile DBD-Oracle 1.14 on Cygwin, and I'm having a problem that doesn't look like any of the other problems people have talked about. I'm using the Oracle Windows client 9.0.1. Is that a problem? Should I use 9.2? I have a brand new Cygwin install. I noticed its gcc is a

Re: Problem with DBD-Oracle 1.14 and Cygwin

2003-06-12 Thread Tim Bunce
On Thu, Jun 12, 2003 at 11:53:55AM -0400, Kevin White wrote: Then, the make fails, horribly: dbdimp.c: In function `ora_db_login6': dbdimp.c:291: warning: cast to pointer from integer of different size dbdimp.c: In function `pp_exec_rset': dbdimp.c:1193: internal error: Segmentation fault

Query formatting problem

2003-06-12 Thread Steven Lembark
I'm trying to find a way of using DBI's internal knowlege of how bind var's are managed to format a working query for error messages. I normally use placeholders with execute or selectall*. This works wonderfully and saves quite a bit of hassles trying to interpolate the queries. Catch is that if

ActiveState Awards

2003-06-12 Thread shildreth
...Has anybody mentioned that Tim is a nominee??? I just voted for him, nudge nudge, wink wink, say no more, say no more. -- E-Mail: [EMAIL PROTECTED] Date: 12-Jun-2003 Time: 13:20:34 --

Re: Query formatting problem

2003-06-12 Thread Michael A Chase
On Thu, 12 Jun 2003 11:55:05 -0500 Steven Lembark [EMAIL PROTECTED] wrote: I'm trying to find a way of using DBI's internal knowlege of how bind var's are managed to format a working query for error messages. It varies from one DBD driver to another. You don't mention which DBD you are

DBD::Oracle

2003-06-12 Thread Richard Felkins
When we installed using a 32 bit oracle in the past everything was fine. Doing a re-install with Oracle 9 (64bit) is generating these errors, any ideas? Thanks, richardf at san dot rr dot com Running Mkbootstrap for DBD::Oracle () chmod 644 Oracle.bs rm -f blib/arch/auto/DBD/Oracle/Oracle.so

Help with new DBI::ProxyServer error messages

2003-06-12 Thread John Cougar
Heya folks I've recently upgraded the DBI and DBD packages on a development server, and I'm now getting some new error messages that are raising some concern. I found references to recent changes that may reflect this problem, and I'm wondering how to best handle this: The error messages (two

Re: Query formatting problem

2003-06-12 Thread Steven Lembark
In Oracle, value and date are reserved words. Name might be too. snip The main issue is being able to walk the bind param. list and check if the columns are numeric (naked copy of $a + 0 inserted) or not (quoted copy of $a). The alternative is having to sprintf every query I use for each

RE: Query formatting problem

2003-06-12 Thread Fong, Anna
Ah yes, I've often wanted also to be able to dump the SQL string but have not seen any such method. I took a look at the source of my copies of DBI.pm and DBD.pm to see if it's an undocumented feature but didn't find any thing like that. Perhaps Tim will add this functionality, a companion

Re: ActiveState Awards

2003-06-12 Thread David N Murray
Remember, vote early and vote often. We'll have to work on ActiveState as to why Tim's at the bottom of the ballot. He should be first (alphabetically!) ;-) BTW: http://www.activestate.com/Corporate/ActiveAwards On Jun 12, [EMAIL PROTECTED] scribed: ...Has anybody mentioned that Tim is a

Re: Announce: DBD::Pg 1.30_2 (beta)

2003-06-12 Thread Cosimo Streppone
Rudy Lippan wrote: DBD::Pg 1.30 is nearing release, and you can grab a copy of the latest beta at: http://www.remotelinux.com/rlippan/DBD-Pg-1.30_2.tar.gz Hi Rudy, here is the result of my tests, with either DBI 1.35 and 1.37 and Postgresql version 7.3.3. I'm having several problems with the

Re: Announce: DBD::Pg 1.30_2 (beta)

2003-06-12 Thread Rudy Lippan
On Thu, 12 Jun 2003, Cosimo Streppone wrote: Date: Thu, 12 Jun 2003 14:59:30 + Hi Rudy, Hi Cosimo, First off, Thank you! here is the result of my tests, with either DBI 1.35 and 1.37 and Postgresql version 7.3.3. I'm having several problems with the test scripts. That is good! In a

Re: Announce: DBD::Pg 1.30_2 (beta)

2003-06-12 Thread Cosimo Streppone
Rudy Lippan wrote: here is the result of my tests, with either DBI 1.35 and 1.37 and Postgresql version 7.3.3. I'm having several problems with the test scripts. That is good! In a good-that-we-caught-it sort of way :) Sure! OS Linux RedHat 7.3, Pg 7.3.3, Perl 5.6.1 Is this the perl that came

Re: Announce: DBD::Pg 1.30_2 (beta)

2003-06-12 Thread David Wheeler
I'm seeing some errors appearing in my Apache log under Bricolage. Not sure what the deal is, but this didn't happen under DBD::Pg 1.22 or earlier: WARNING: BEGIN: already a transaction in progress WARNING: COMMIT: no transaction in progress WARNING: BEGIN: already a transaction in progress