Possible strange problem in DBI::type_info()

2006-11-22 Thread Cosimo Streppone
Hi all, I found a strange problem in DBI::type_info(). I don't know much of DBI internals. Only found that sometimes, the 'type_info_all' structure returned by the driver is mangled by some shift() that happens in DBI::type_info(). This happens only for DBD::Informix driver (2003.04, but last

Re: Possible strange problem in DBI::type_info()

2006-11-22 Thread Cosimo Streppone
Steffen Goeldner wrote: Cosimo Streppone wrote: Hi all, I found a strange problem in DBI::type_info(). I don't know much of DBI internals. Only found that sometimes, the 'type_info_all' structure returned by the driver is mangled by some shift() that happens in DBI::type_info(). FTR: This

Re: Possible strange problem in DBI::type_info()

2006-11-22 Thread Tim Bunce
On Wed, Nov 22, 2006 at 10:50:54AM +0100, Cosimo Streppone wrote: Steffen Goeldner wrote: Cosimo Streppone wrote: Hi all, I found a strange problem in DBI::type_info(). I don't know much of DBI internals. Only found that sometimes, the 'type_info_all' structure returned by the driver is

FW: the same compiler that was used...

2006-11-22 Thread Garrett, Philip \(MAN-Corporate\)
Hi Tim et al. Please see the suggestion below for an amendment to the DBI readme. Sounds like a good idea to me. Regards, Philip -Original Message- From: Steve Canfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 22, 2006 12:24 PM To: dbi-users@perl.org Subject: RE: the same

Re: Possible strange problem in DBI::type_info()

2006-11-22 Thread Steffen Goeldner
Cosimo Streppone wrote: Hi all, I found a strange problem in DBI::type_info(). I don't know much of DBI internals. Only found that sometimes, the 'type_info_all' structure returned by the driver is mangled by some shift() that happens in DBI::type_info(). This happens only for DBD::Informix

RE: Possible strange problem in DBI::type_info()

2006-11-22 Thread Catrina Martin
Please remove me from this group immediately. Catrina Martin Technical Recruiter TekPartners Government Services CCR Lookup: P2P Staffing Corp DBA TekPartners DC Office: 703-682-6916 Web: www.tekpartners.com Vision. People. Service. TekPartners Quick Facts * TekPartners is

Fwd: [Pdl-porters] PDL - RDBMS linkage

2006-11-22 Thread Jonathan Scott Duff
-- Forwarded message -- From: Jonathan Scott Duff [EMAIL PROTECTED] Date: Nov 22, 2006 2:45 PM Subject: Re: [Pdl-porters] PDL - RDBMS linkage To: [EMAIL PROTECTED] Cc: pdl-porters@jach.hawaii.edu, [EMAIL PROTECTED] On 11/22/06, Doug Hunt [EMAIL PROTECTED] wrote: Hi Jonathan:

Re: Fwd: [Pdl-porters] PDL - RDBMS linkage

2006-11-22 Thread Dean Arnold
Jonathan Scott Duff wrote: I'm kind of looking for a way to get perl out from in between the DBMS and PDL. Sure, I can pull all of the data from the DBMS into perl-space and then create a piddle from that, but it would be nicer if there were a way to do something like this: use PDL; use DBI;