RE: Make Test Failed For DBD-Oracle 1.24

2010-06-04 Thread Yeow Yiew Choong-PBKN64
Hi John, I read in the link, but I do not have Gnu ld 64bit as mentioned in the document. I cannot do the same for my issue. However, I found another link http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=10 95121 which mentioned that most likely cause by mixing 32bit perl

Re: SQLite - Time to build a database

2010-06-04 Thread Bart Lateur
On Thu, 3 Jun 2010 11:55:47 +0300, Henri Asseily wrote: If you're ok with one big transaction where if it fails you have to redo it all, then just do the above. Well in the root post he did say: 1500 of these rows have faulty data. so I don't think it's OK to fail completely on an error...

RE: Make Test Failed For DBD-Oracle 1.24

2010-06-04 Thread Yeow Yiew Choong-PBKN64
Hi John, I use both 32bit 64bit instant client of Oracle, still failed at make test. Thanks. regards, YC From: John Scoles [mailto:byter...@hotmail.com] Sent: Thursday, June 03, 2010 7:12 PM To: Yeow Yiew Choong-PBKN64; dbi-users@perl.org Subject: RE: Make

Re: Make Test Failed For DBD-Oracle 1.24

2010-06-04 Thread John Scoles
You will have to point the compile job to point to the 32bit client. Can we the output of the perl Makefile.PL and make runs? On Fri, Jun 4, 2010 at 2:17 AM, Yeow Yiew Choong-PBKN64 pbk...@motorola.com wrote: Hi John, I use both 32bit 64bit instant client of Oracle, still failed at make

need help on $sth-bind_param

2010-06-04 Thread Palla, James
PERL.ORG DBI-USERS, Where can I find the valid syntax for the DBI command $sth-bind_param. The perldoc DBI command shows me this: $rc = $sth-bind_param($p_num, $bind_value); $rc = $sth-bind_param($p_num, $bind_value, $bind_type); $rc = $sth-bind_param($p_num, $bind_value,

Re: need help on $sth-bind_param

2010-06-04 Thread Robert Roggenbuck
Palla, James schrieb: PERL.ORG DBI-USERS, Where can I find the valid syntax for the DBI command $sth-bind_param. The perldoc DBI command shows me this: $rc = $sth-bind_param($p_num, $bind_value); $rc = $sth-bind_param($p_num, $bind_value, $bind_type); $rc =

Re: Unicode and Sybase univarchar

2010-06-04 Thread Alexander Foken
... should just work. It doesn't quite, because the hex string is not just a dump of a 16 Bit Unicode encoding, but it is a UTF-8 byte stream written with a 16 Bit Hex Format for each byte. Each and every 16-Bit-Word has its most significant byte set to 0. If it was a dump of a 16 Bit

Re: Unicode and Sybase univarchar

2010-06-04 Thread Dave Rolsky
On Fri, 4 Jun 2010, Alexander Foken wrote: Right. (But remember that DBI was there before Unicode support was added to Perl, and also most DBDs are older that the Unicode support. Before Unicode was there, you just passed bytes around and everything just worked.) Only if by everything you

Re: SQLite - Time to build a database

2010-06-04 Thread Owen
On Thu, 03 Jun 2010 20:12:51 +0200 Bart Lateur bart.lat...@telenet.be wrote: On Thu, 3 Jun 2010 11:55:47 +0300, Henri Asseily wrote: If you're ok with one big transaction where if it fails you have to redo it all, then just do the above. Well in the root post he did say: 1500 of these