Re: Another set of DBI docs

2007-08-28 Thread John McNamara
Tim Bunce wrote: On Wed, Aug 15, 2007 at 04:16:40PM -0700, Dean Arnold wrote: (Those who abhor javadocs should discard this message immediately...) Having greatly enjoyed playing with TiddlyWiki[1] for the new DBI FAQ, I'd *love* for someone to add a TiddlyWiki subclass to

Re: Test t/85gofer.t fails on m68k

2007-08-28 Thread Christian Hammers
Hello On 2007-08-20 Tim Bunce wrote: On Sun, Aug 19, 2007 at 07:35:28PM +0200, Christian Hammers wrote: Hello The Debian autobuilders for arm and m68k fail while trying test t/85gofer.t with the following messages: t/zvxgp_85gofer... # Failed test 'pipeone: DBI

RE: perl date

2007-08-28 Thread Nelson, Erick [HDS]
I've created dbf files using DBD::XBase a few times. To get dates to insert correctly I had to have the date in MMDD format. DBD::Xbase writes dbase 4 files. If Clipper is old enough that it is using dbase 3 files the answer might be different. -Original Message- From: Samuel_Zheng

Oracle::DBD build issue

2007-08-28 Thread Brown, Bob (HQP)
Hi, Building the DBD for Oracle on a Tru64 UNIX 4.0G server (alphaserver) under perl 5.8.8, I'm stuck on getting the test process working correctly. Looks like the build and compile work just fine, but the first test complains about a symbol not being found. I'm not sure what might be wrong.

Re: make test for DBI fails on Win98

2007-08-28 Thread Tim Bunce
On Mon, Aug 27, 2007 at 11:02:47PM +0200, Bart Lateur wrote: On Mon, 27 Aug 2007 10:17:16 +0100, Tim Bunce wrote: Try the appended patch and let me know if it works for you. Yes, after the patch all tests pass. Funny, CPAN.pm also recently introduced similar code with similar problems.

RE: Oracle::DBD build issue

2007-08-28 Thread Alan Liu
Hi, Bob, I've met some (similar but not same) failed tests in my previous of DBD::Oracle installations. I eventually found out: 1. if it complains about libraries, the PATH environment variable of the user who is doing the installation might lack of something; 2. the Oracle account

Re: make test for DBI fails on Win98

2007-08-28 Thread Tim Bunce
On Mon, Aug 27, 2007 at 10:33:21AM -0700, Jeff Zucker wrote: Tim Bunce wrote: On Sun, Aug 26, 2007 at 11:41:08PM +0200, Bart Lateur wrote: t/41prof_dump.flock() unimplemented on this platform at Try the appended patch and let me know if it works for you. +my