(Fwd) DBD::Oracle / alarm() problem

2002-11-21 Thread Tim Bunce
- Forwarded message from Josh Wilmes [EMAIL PROTECTED] - Delivered-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: DBD::Oracle / alarm() problem From: Josh Wilmes [EMAIL PROTECTED] Reply-To: Josh Wilmes [EMAIL PROTECTED] Date: Wed, 20 Nov 2002 14:40:53 -0800 Tim, I appear to be

fetch column to array

2002-11-21 Thread Vorce, Tim (T.)
I am selecting several columns. I was hoping that that I could bring the columns into individual arrays, but that doesn't seem to be right. the select select DSAA25_SITE_C,DSAA25_ROLE_C,DSAA25_SITETYPE_ID_C,DSAA25_COUNTRY_ISO3_C,DSAA25_JOBROLE_C,DSAA25_EMAILTYPE_C FROM mdsaa25_defaccess where

Re: DBD::Pg timings

2002-11-21 Thread Tim Bunce
That's a message for dbi-users. I've directed followups there. Tim. On Thu, Nov 21, 2002 at 09:25:13AM -0700, Jason E. Stewart wrote: Hey all, I'd be grateful if someone could give me a reality check. I have 250k rows I want to insert into Postgres using a simple Perl script and it's

Re: DBD::Pg timings

2002-11-21 Thread jmelesky
On Thu, Nov 21, 2002 at 09:25:13AM -0700, Jason E. Stewart wrote: I'd be grateful if someone could give me a reality check. I have 250k rows I want to insert into Postgres using a simple Perl script and it's taking *forever*. According to my simple timings, It seems to be only capable of

ANNOUNCE: Alzabo 0.70

2002-11-21 Thread Dave Rolsky
Alzabo is a program and a module suite, with two core functions. Its first use is as a data modelling tool. Through either a schema creation interface or a perl program, you can create a set of schema, table, column, etc. objects to represent your data model. Alzabo is also capable of reverse

Cheng XI/CA/ALCATEL is out of the office.

2002-11-21 Thread Cheng . Xi
I will be out of the office starting 09/11/2002 and will not return until 01/13/2003. For urgent issues, please fcontact Mara Zarins @4249. See you in New Year

Re: execute and null values in quote

2002-11-21 Thread Ronald J Kimball
On Thu, Nov 21, 2002 at 03:12:47PM -0800, Daniel Olson wrote: I have a Perl script acting as a CGI processor with many values being passed, and the values can possibly be empty. This seems to cause problems. I have a prepare statement with 19 columns with 17 columns of variable data. I'm trying

Re: execute and null values in quote

2002-11-21 Thread Graham Barr
On Thu, Nov 21, 2002 at 06:38:11PM -0500, Ronald J Kimball wrote: On Thu, Nov 21, 2002 at 03:12:47PM -0800, Daniel Olson wrote: I have a Perl script acting as a CGI processor with many values being passed, and the values can possibly be empty. This seems to cause problems. I have a prepare

Re: fetch column to array

2002-11-21 Thread Tim Peters
On Thu, Nov 21, 2002 at 11:20:01AM -0500, Vorce, Tim (T.) wrote: I am selecting several columns. I was hoping that that I could bring the columns into individual arrays, but that doesn't seem to be right. the select select

Progress (not success!) on DBD::Oracle for OS X

2002-11-21 Thread Tom Mornini
Andy Lester and I worked on making DBD::Oracle on Macintosh OS X Jaguar today. I've reported previously failed build attempts but this is the first time I've actually tried to solve the thing. Thanks for Andy for pushing me. We discovered that Makefile.PL has a fallback approach to

Re: Progress (not success!) on DBD::Oracle for OS X

2002-11-21 Thread Steve Sapovits
Tom Mornini wrote: Andy Lester and I worked on making DBD::Oracle on Macintosh OS X Jaguar today ... make test failed miserably, however, with this rather nasty looking output: dyld: /usr/bin/perl multiple definitions of symbol _main /usr/bin/perl definition of _main

RE: Need some DBD::ODBC direction

2002-11-21 Thread Jeff Urlwin
Jeff, Sorry to personally write you, but I haven't found much help elsewhere. I've been tyring to get the DBD::ODBC perl mod installed but I keep getting an error message(see below) that says I'm missing libudbc.h. Well, I can't find it anywhere and I've read the README but there is

Re: ANNOUNCE: Informix Database Driver for Perl Version 1.04.PC1

2002-11-21 Thread Jonathan Leffler
Andrew Hamm wrote: hm - the new insert cursor stuff (perhaps?) is failing for me? Oh dear - this is why I normally try not to hurry things, but since it is 2.5 years since the last release, and since CSDK 2.80 is causing trouble, I skimped a bit to get it released before departing on

ANNOUNCE: Informix Database Driver for Perl Version 1.04.PC1 (2002-11-21) released

2002-11-21 Thread Jonathan Leffler
Informix Database Driver for Perl Version 1.04.PC1 (2002-11-21) has been uploaded to CPAN. IBM Informix Database Driver for Perl (also known as DBD::Informix) is the driver code that enables Perl 5.005 or later to access Informix databases via the DBI module. You will need the code for DBI