Re: DBD Oracle 1.20 ORA-24334 Error

2009-04-06 Thread Jamie Nicholson
; > # Failed test (t/80ora_charset.t at line 84) > > t/80ora_charset.NOK 10# got: '?' > > > > # expected: '°' > > t/80ora_charset.ok 12/14# Failed test (t/80ora_charset.t at line > > 83) > > t/80ora_charset.NOK 13# got

Re: DBD Oracle 1.20 ORA-24334 Error

2009-04-05 Thread Jamie Nicholson
57% 9-10 13-14 4 tests and 122 subtests skipped. Failed 2/28 test scripts, 92.86% okay. 5/2033 subtests failed, 99.75% okay. make: *** [test_dynamic] Error 2 On Mon, Apr 6, 2009 at 9:18 AM, Jamie Nicholson wrote: > I removed the line from dbdimp and no luck > > > dbdimp.c:3269: warni

Re: DBD Oracle 1.20 ORA-24334 Error

2009-04-05 Thread Jamie Nicholson
>> > Failed 1/82 tests, 98.78% okay > >> > t/26exe_array...ok > >> > > >> > t/28array_bind..ok > >> > > >> > t/30longok > >> > > >> > 122/470 s

Re: DBD Oracle 1.20 ORA-24334 Error

2009-04-04 Thread Jamie Nicholson
at > > line > > 83) > > # got: '?' > > # expected: '°' > > t/80ora_charset.NOK 9# Failed test (t/80ora_charset.t at line > > 84) > > # got: '?' > > # expected: '°' > > t

Re: DBD Oracle 1.20 ORA-24334 Error

2009-04-03 Thread Jamie Nicholson
eneral.t2 512332 6.06% 1-2 t/25plsql.t 821 1.22% 43 t/80ora_charset.t4 1024144 28.57% 9-10 13-14 4 tests and 122 subtests skipped. Failed 3/28 test scripts, 89.29% okay. 7/2033 subtests failed, 99.66% okay. make: *** [test_dynamic] Er

Re: DBD Oracle 1.20 ORA-24334 Error

2009-04-02 Thread Jamie Nicholson
Tried this using Oracle 1.21 on my Windoze PC and it works. Looks like I'm off to upgrade the Oracle Client as per option 2 in this archive http://www.nntp.perl.org/group/perl.dbi.users/2008/04/msg32777.html

DBD Oracle 1.20 ORA-24334 Error

2009-04-02 Thread Jamie Nicholson
Hi, I've installed DBD Oracle 1.20, on Solar 5.8, The make installed with a few bumps but the t/56embbeded was ok - which contains the features I intend on using. As part of my development I've created a table containing a colum

Re: Installing DBD::Sybase

2005-08-17 Thread Jamie Amundson
Sybase On Wed, 2005-08-17 at 11:17 -0400,

Installing DBD::Sybase

2005-08-17 Thread Jamie Amundson
When I install DBD::Sybase I get the following error, when running make. make: *** No rule to make target `/usr/lib/perl5/5.8.6 /i386-linux/CORE/EXTERN.h', needed by `Sybase.o'. STOP. /usr/bin/make -- NOT OK What am I missisng? James

Re: DBI Mysql socket problems

2001-06-06 Thread Jamie
,"") The last one is your only option if you don't have root access. Peace, Jamie Jason Scharlach wrote: > > I'm trying to get a simple perl script to connect to a MySQL database > via DBI:DBI. When I attempt to connect however I get the following > error: >

Re: Script Hangs when executing ...

2001-04-09 Thread Jamie Orzechowski
$dbh->{syb_flush_finish}=1; fixed the problem =) - Original Message - From: "Michael Peppler" <[EMAIL PROTECTED]> To: "Jamie Orzechowski" <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 5:45 PM Subject: Re: Script Hangs when executing ... > Jam

Re: Script Hangs when executing ...

2001-04-06 Thread Jamie Orzechowski
Whoops ... Yes I am calling $dbh->disconnect ... I sent the script when I was trying out some things ... - Original Message - From: "Ronald J Kimball" <[EMAIL PROTECTED]> To: "Jamie Orzechowski" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: F

Re: Script Hangs when executing ...

2001-04-06 Thread Jamie Orzechowski
ROTECTED]> To: "Ronald J Kimball" <[EMAIL PROTECTED]> Cc: "Jamie Orzechowski" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 3:03 PM Subject: Re: Script Hangs when executing ... > It doesn't appear that this should happen, th

Re: Script Hangs when executing ...

2001-04-06 Thread Jamie Orzechowski
th->execute; $dbh->trace(9); $dbh->disconnect() or die("$DBI::errstr $DBI::err\n"); - Original Message - From: "Curt Russell Crandall" <[EMAIL PROTECTED]> To: "Jamie Orzechowski" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, Apri

Re: Script Hangs when executing ...

2001-04-06 Thread Jamie Orzechowski
can you give me a quick snippet of code to disconnect on the database object? - Original Message - From: "Ronald J Kimball" <[EMAIL PROTECTED]> To: "Curt Russell Crandall" <[EMAIL PROTECTED]> Cc: "Jamie Orzechowski" <[EMAIL PROTECTED]>; &l

Re: Script Hangs when executing ...

2001-04-06 Thread Jamie Orzechowski
gt;disconnect || print "$DBI::errstr $DBI::err\n"; This Fails (hangs)... $exec = qq{ Exec Subscribe_InsertPlan $custid,136,6,11,"$today"}; $sth2 = $dbh->prepare($exec); $sth2->execute; - Original Message - From: "Curt Russell Crandall" <[EMAIL PR

Re: Script Hangs when executing ...

2001-04-06 Thread Jamie Orzechowski
$sql); $sth->execute || warn $sth->errstr; $dbh->trace(9); $dbh->disconnect; - Original Message - From: "Hans Foght" <[EMAIL PROTECTED]> To: "'Thomas A. Lowery'" <[EMAIL PROTECTED]>; "Jamie Orzechowski" <[EMAIL PROTECTED]> Cc:

Script Hangs when executing ...

2001-04-06 Thread Jamie Orzechowski
Hello ... I have a script which connected to a MS SQL database ... it hangs right at the end of the script ... if I check my database it DOES insert all the information correctly ... it just hangs and never exits ... any ideas?? here is the script ... !/usr/bin/sybaseperl $ENV{'SYBASE'}="/opt/s