DBI Make error

2009-05-15 Thread Ritesh patel
I am trying to install DBI module on AIX 5.3 for perl 5.8.2 64bit. During software build I am getting error. Does anyone has any idea?     Thanks DBI.log Description: Binary data

Re: DBI Make error

2009-05-15 Thread Jonathan Leffler
On Thu, May 14, 2009 at 2:28 PM, Ritesh patel rpatel...@yahoo.com wrote: I am trying to install DBI module on AIX 5.3 for perl 5.8.2 64bit. During software build I am getting error. Does anyone has any idea? /bin/sh: cc_r: not found. You don't have a C compiler (or the correct C

RE: unable to write from a select into outfile

2009-05-15 Thread Stricker, Scott E (IS)
All: I'm running on a windows XP box with latest MS updates, ActiveState perl (v5.10.0 built for MSWin32-x86-multi-thread) DBI (1.607) DBD-ODBC (1.21) SQL Server 2005 (SP3) Seems like all of a sudden queries against my database are not returning the correct data. First noticed when executing a

Re: unable to write from a select into outfile

2009-05-15 Thread Martin Evans
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stricker, Scott E (IS) wrote: All: I'm running on a windows XP box with latest MS updates, ActiveState perl (v5.10.0 built for MSWin32-x86-multi-thread) DBI (1.607) DBD-ODBC (1.21) SQL Server 2005 (SP3) Seems like all of a sudden queries

RE: unable to write from a select into outfile

2009-05-15 Thread Stricker, Scott E (IS)
Apologies for the email. I've got about a dozen web sites in my dev environment. Changed IIS params for one and apparently hosed up all. Fixed the params and all is well again. Found it by tracing and not connecting to the database I thought I was connecting to. Enough overlap in the DBs that

selecting a bigint

2009-05-15 Thread Tod A. Sandman
I'm trying to use DBI and DBD::mysql with perl-5.8.8 on a 64bit Redhat host: Linux host 2.6.9-67.0.20.ELsmp #1 SMP Wed Jun 18 12:35:02 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux I need to do table lookups based on a column of type bigint. I don't generate or manipulate the bigint value myself -