Re: DBD::mysql failing to 'make test'

2006-02-21 Thread James E Keenan
Ron Savage wrote: On Mon, 20 Feb 2006 17:19:45 -0500, James E Keenan wrote: Hi James (Huge exhale.) This was the most difficult Perl module installation I've ever faced. Thanks for your assistance. I'm shocked by what you had to go thru. I've never managed to compile DBD::mysql so I

Re: Strange error when doing insert into DB

2006-02-21 Thread Hemlata Lalwani
Hi, Which code do you want?Like the error says abt this path.. /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/DBD/Oracle.pm So shall i give you the code of this?If not which code we want ..please tell me.. Regards, -Hemlata Lalwani - Original Message - From:

Re: DBD::mysql failing to 'make test'

2006-02-21 Thread James E Keenan
Ron Savage wrote: Set DBI_DSN=dbi:mysql:test and DBI_USER='xxx' and DBI_PASS='yyy' and export them if you're using that kind on shell. Rerun make test and let us know. I took your suggestion, but it still took many hours last night and today to get DBD::mysql installed. Here's how I

Re: Strange error when doing insert into DB

2006-02-21 Thread Tim Bunce
On Tue, Feb 21, 2006 at 10:17:44AM +0530, Hemlata Lalwani wrote: Hi, Which code do you want?Like the error says abt this path.. /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/DBD/Oracle.pm So shall i give you the code of this?If not which code we want ..please tell

RE: Strange error when doing insert into DB

2006-02-21 Thread Reidy, Ron
Send the code that you have written that throws this error. -- Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Hemlata Lalwani [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 9:48 PM To: [EMAIL PROTECTED] Cc: dbi-users@perl.org Subject: Re: Strange error when

Re: DBD::Sybase and IQ anomaly.

2006-02-21 Thread Terence J. Young, D.C.
Aren't you missing the.. my $sql = $self-{load_statement}; part in the main code?? Matthew Persico wrote: One of my programmers is reporting this. In my heart I believe its got to be a stupid-perl-typo-that-we-don't-see, but since we both cannot see it, I submit it to the community at large,

Re: DBD::Sybase and IQ anomaly.

2006-02-21 Thread Matthew Persico
Yeah. It looks like a typo. Suspend this thread until I get a short program with no typos that exhibits the incorrect behavior. On 2/21/06, Terence J. Young, D.C. [EMAIL PROTECTED] wrote: Aren't you missing the.. my $sql = $self-{load_statement}; part in the main code?? Matthew Persico