ANNOUNCE: DBD::ADO 2.75

2003-10-20 Thread Steffen Goeldner
file: $CPAN/authors/id/S/SG/SGOELDNER/DBD-ADO-2.75.tar.gz size: 44832 bytes md5: af6bf443e9a096a06133cf3b05efb27f Changes: Improved error handling. Moved get_info() tests from t/15func.t into t/05gi.t and added diagnosis output. Steffen

Article: Naming Database Objects

2003-10-20 Thread Ron Savage
Hi Folks See it at: http://savage.net.au/Ron/html/naming-database-objects.html I've tried here to document what I think about when choosing names for tables, columns and indexes. -- Cheers Ron Savage, [EMAIL PROTECTED] on 20/10/2003 http://savage.net.au/index.html

Article: Graphing Database Schema

2003-10-20 Thread Ron Savage
Hi Folks See it at: http://savage.net.au/Ron/html/graphing-database-schema.html I've documented the installation process for ATT's Graphviz, and the corresponding Perl modules. -- Cheers Ron Savage, [EMAIL PROTECTED] on 20/10/2003 http://savage.net.au/index.html

(Fwd) Re: DBI install failure on HP-ux

2003-10-20 Thread Tim Bunce
- Forwarded message from Azim Uddin [EMAIL PROTECTED] - Delivered-To: [EMAIL PROTECTED] Date: Thu, 16 Oct 2003 08:26:55 -0700 (PDT) From: Azim Uddin [EMAIL PROTECTED] Subject: Re: DBI install failure on HP-ux To: Tim Bunce [EMAIL PROTECTED] In-Reply-To: [EMAIL PROTECTED] Tim, Thanks for

Re: perl make failure on HP-ux

2003-10-20 Thread Tim Bunce
On Wed, Oct 15, 2003 at 02:35:07PM -0700, Azim Uddin wrote: I tried to install Perl 5.8.0 on an HP-ux machine. When i ran make, I got the following error. Can somebody point the cause of the error. Wrong mailing list. Try [EMAIL PROTECTED] Tim.

Problem building DBD-Oracle-1.14

2003-10-20 Thread Nicolas Mailhot
Hi, My build of DBD-Oracle fails with : /usr/bin/perl -p -e s/~DRIVER~/Oracle/g /usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/DBI/Driver.xst Oracle.xsi /usr/bin/perl -I/usr/lib/perl5/5.6.1/i386-linux -I/usr/lib/perl5/5.6.1 /usr/lib/perl5/5.6.1/ExtUtils/xsubpp -typemap

How to implement multi-threaded DBI::ProxyServer?

2003-10-20 Thread David Wesner
I previously submitted the question at the end of this message, seeking how to make the RPC:PLServer multi-threaded. I received a very helpful response indicating the need to add a --childs n parameter to the call to DBI::ProxyServer::main such as: DBI::ProxyServer::main(--localport=118,

DBD::Informix, AIX 5.1 -- no joy w/ AIX C or gcc

2003-10-20 Thread jhannah
Are we having fun yet? We've had a hell of a weekend. We upgraded from AIX 4.3.3_11 to 5.1, and can't get DBD::Informix working. ( Timeline rant (feel free to ignore): New ESQL/C seems to be working. Perl 5.8.0 installs fine w/ AIX C compiler, but can't get (multiple versions of)

Re: Informix, AIX 5.1 -- no joy w/ AIX C or gcc

2003-10-20 Thread jhannah
On Mon, 20 Oct 2003, Jay Hannah wrote: We've had a hell of a weekend. We upgraded from AIX 4.3.3_11 to 5.1, and can't get DBD::Informix working. ... By the way, to get as far as I got in that post I first had to do the following to a clean tarball of DBD::Informix. I don't know if this is

what about named placeholders ?

2003-10-20 Thread Jim Cromie
I wanted to ask for named-placeholders in DBI, so that all DBD_*s could get them for free. But since a half baked patch is better than a half-assed question, Ive included one.(of each. ;-) heres the pith of the idea: $sql = SELECT fpath, cksum FROM filedata WHERE fsize = ?size and not inode

RE: Informix, AIX 5.1 -- no joy w/ AIX C or gcc

2003-10-20 Thread Jay Hannah
From: Priest, Darryl - BALTO [mailto:[EMAIL PROTECTED] Did you build your own perl, or are you using the perl shipped with AIX? I built 5.8.0 myself, first w/ AIX's C compiler (w/ all patches circa July 2003) lslpp -l | grep C for vac.C 6.0.0.4 COMMITTED C for AIX

RE: Informix, AIX 5.1 -- no joy w/ AIX C or gcc

2003-10-20 Thread Jay Hannah
What's the output from perl -V? You're replying to my 2nd post. My 1st one (15 minutes earlier) has exhaustive diagnostics in it, including perl -V. Doh! I botched the subject line on my second post, breaking this thread from the original, which is undoutedly why you didn't see my first

RE: DBD::Informix, AIX 5.1 -- no joy w/ AIX C or gcc

2003-10-20 Thread Jay Hannah
[ See also other thread under subject Informix, AIX 5.1 -- no joy w/ AIX C or gcc. Sorry! ] From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Are we having fun yet? We've had a hell of a weekend. We upgraded from AIX 4.3.3_11 to 5.1, and can't get DBD::Informix working. ... Our crisis

RE: Informix, AIX 5.1 -- no joy w/ AIX C or gcc

2003-10-20 Thread Jay Hannah
From: Priest, Darryl - BALTO [mailto:[EMAIL PROTECTED] Your lslpp looks identical to what I have, with the remaining caveat that I'm on 5.2. However, I now remember that I needed to remove the '-qlanglvl=ansi' compile option from the Makefile to get it to compile. So you used AIX's

Re: DBD::Informix, AIX 5.1 -- no joy w/ AIX C or gcc

2003-10-20 Thread Michael A Chase
On Mon, 20 Oct 2003 16:03:11 -0500 Jay Hannah [EMAIL PROTECTED] wrote: After 36 hours of pain we gave up on compiling our own Perl/DBI/DBD::Informix and tried IBM's RPM of Perl 5.6.1. Worked 99.9% perfect straight out of the box. DBD::Informix installed seamlessly. I guess the morale of that

Re: Article: Graphing Database Schema

2003-10-20 Thread Owen
On Mon, 20 Oct 2003 20:11:18 +1000 Ron Savage [EMAIL PROTECTED] wrote: See it at: http://savage.net.au/Ron/html/graphing-database-schema.html Thanks for all that, just a matter of absorbing it! I notice that the three listed URLs below all use the same style sheet, yet

Re: Informix, AIX 5.1 -- no joy w/ AIX C or gcc

2003-10-20 Thread Jonathan Leffler
Jay Hannah wrote: From: Priest, Darryl - BALTO [mailto:[EMAIL PROTECTED] Your lslpp looks identical to what I have, with the remaining caveat that I'm on 5.2. However, I now remember that I needed to remove the '-qlanglvl=ansi' compile option from the Makefile to get it to compile. So you

Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc 3.x

2003-10-20 Thread Alan Burlison
Michael Peppler wrote: FYI DBD::Sybase and Sybase::CTlib fail at the make test stage on Solaris (and possibly other platforms) with perl 5.8.1 and gcc 3.x. The problem is the default LDDLFLAGS configuration value that is used with 5.8.1, which includes the following flags: -z ignore -z

Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc 3.x

2003-10-20 Thread Alan Burlison
Gah... By leaving out the required dependencies, and marking them as lazyload, we can speed up start-up slightly. By leaving out the libraries that aren't required, and marking the ones that are required as lazyload, we can speed up start-up slightly. -- Alan Burlison --