Re: DBD::CSV test suite dumps core in SQL::Parser

2002-07-08 Thread Bart Lateur
On Sun, 7 Jul 2002 21:50:44 -0500 (CDT), Randy Kobes wrote: What seems to be happening is that we use the same index files that CPAN.pm uses to associate module names to distributions. And in these Jochen's version of DBD::File shows up, as can be seen from the CPAN.pm shell. What I think has to

compilation of

2002-07-08 Thread Johan . SEGERS
Hi, As you can find below, I failed to compile DBD-Oracle-1.12 on HP-UX 11.00 with the message : ld: Can't find library: nbeq8 Does anyone know how to solve this problem ? best regards, Johan Segers -compilation output

Re: DBD::CSV test suite dumps core in SQL::Parser

2002-07-08 Thread Jeff Zucker
Bart Lateur wrote: On Sun, 7 Jul 2002 21:50:44 -0500 (CDT), Randy Kobes wrote: What seems to be happening is that we use the same index files that CPAN.pm uses to associate module names to distributions. And in these Jochen's version of DBD::File shows up, as can be seen from the CPAN.pm

Re: Using Data

2002-07-08 Thread Hardy Merrill
As Brian said, there are many ways to do it - you need to RTFM to figure out which way best suits your need. perldoc DBI the perldocs are your friend :-) HTH. -- Hardy Merrill Senior Software Engineer Red Hat, Inc. Brian McCain [[EMAIL PROTECTED]] wrote: Assuming you've got the columns

Re: DBI::mysql build problem

2002-07-08 Thread Hardy Merrill
David, I'm definitely NOT a MakeMaker expert, so I can't help with why that is rejecting the static lib. You probably already know this method of solving shared library linking problems, but here it is just in case you don't: Do these commands as root 1) do a locate mysqlclient.so -

Re: optimized query question

2002-07-08 Thread Ronald J Kimball
On Sat, Jul 06, 2002 at 09:45:55PM -0700, Zachary Buckholz wrote: I want to run a single query to generate a daily average response time in seconds for a seven day period and have it return an array of 7 values (one for each day of the week). Currently I have to run 7 queries and change the

oracle.mk file missing

2002-07-08 Thread Alan Olegario
I'm trying to install DBD::Oracle, and I'm getting an error that oracle.mk, proc.mk, or any other suitable *.mk is not available. Our DBA said that the full client was installed. I also read that in order to get the oracle.mk file, the OCI components need to be installed. So here are my

Re: Help with DBI-connect

2002-07-08 Thread Michael A Chase
On Wed, 3 Jul 2002 12:00:18 +0100 Ricardo Oliveira [EMAIL PROTECTED] wrote: Hi, I'm new with DBI and mod-perl, i'm trying to connect to a database in a remote computer using DBI:Oracle. When I try a connection locally, the process runs fine, when I try a connection from a remote computer I

DBI 0.76

2002-07-08 Thread Cioffi, James [IT]
Is the column_info command supported in the 0.76 release of the DBI for Perl? We are trying to get our developers to use the DESCRIBE INPUT when coding for parameter markers and they the release they are on doesn't support this command. I'm not sure of the release but it's earlier that 0.76.

Re: DBI 0.76

2002-07-08 Thread Stephen Clouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jul 08, 2002 at 01:39:21PM -0400, Cioffi, James [IT] wrote: Is the column_info command supported in the 0.76 release of the DBI for You should *really* consider upgrading. The latest

Oracle 8.0.6 DBI/DBD issue.

2002-07-08 Thread WAZA,SANJAY (Non-HP-PaloAlto,ex1)
Hi, I need some help . I have been trying this stuff make work for a couple of days now. The OS is HP UX 11.0 running perl 5.005_03 . DBI 1.14 and DBD-1.07 for Oracle .Recently we migrated the Oracle Database from 8.0.5 to 8.0.6 After migration the DBI and Oraperl scripts stopped

Re: DBI 0.76

2002-07-08 Thread Stephen Clouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jul 08, 2002 at 03:22:17PM -0400, Cioffi, James [IT] wrote: I'm working on that. Is this function supported in later releases? I can't find it documented anywhere. It appears in the 1.28 documentation, but remember that it is (and always

Re: Oracle 8.0.6 DBI/DBD issue.

2002-07-08 Thread Michael A Chase
On Mon, 8 Jul 2002 13:13:46 -0700 WAZA,SANJAY (Non-HP-PaloAlto,ex1) [EMAIL PROTECTED] wrote: Hi, I need some help . I have been trying this stuff make work for a couple of days now. The OS is HP UX 11.0 running perl 5.005_03 . DBI 1.14 and DBD-1.07 for Oracle .Recently we

TeleMagic - MS Access

2002-07-08 Thread PARLEY,JON (HP-MountainView,ex1)
Is there any way to use DBI to move data in TeleMagic Database [DOS based v14.5] (dBase III+ compatible data file structures) to MS Access? What DBDs do I need? Can anyone provide a skeleton for doing this? Thanks.

Re: TeleMagic - MS Access

2002-07-08 Thread Bart Lateur
On Mon, 8 Jul 2002 18:03:25 -0400 , PARLEY,JON (HP-MountainView,ex1) wrote: Is there any way to use DBI to move data in TeleMagic Database [DOS based v14.5] (dBase III+ compatible data file structures) to MS Access? What DBDs do I need? dBase 3 compatible does mean, DBF files, doesn't it?

ORA-01406 when selecting extended chars from CLOB column in UTF8 db

2002-07-08 Thread Scott Williams
We have a UTF8 Oracle 9i database running on Solaris, and I'm trying to select data from a CLOB column that contains extended characters. My perl program is running on a Win2K machine with build 663 of ActiveState perl and the Oracle 9i client. I believe I have the environment and registry

FW: CPAN Upload: J/JU/JURL/DBD-ODBC-0.42.tar.gz

2002-07-08 Thread Jeff Urlwin
Updates: - 1) make test now skips all tests if DBI_DSN is not set. Intent is to help ActiveState build process to ensure they can build in automated mode, to update to the latest DBD::ODBC - 2) Revamp of ping method to fix problems occurring at some sites where the generic

RE: problem inserting

2002-07-08 Thread Jeff Urlwin
Can you turn on DBI tracing at, say, level 3 and capture the output and post here, with the whole script? Regards, Jeff Hiya. On my home comp, I'm able to insert into my Players table perfectly. I uploaded my scripts and DB to my domain, try to insert, and get the following error:

Re: TeleMagic - MS Access

2002-07-08 Thread Bodo Eing
On 8 Jul 2002, at 18:03, PARLEY,JON (HP-MountainView,e wrote: Is there any way to use DBI to move data in TeleMagic Database [DOS based v14.5] (dBase III+ compatible data file structures) to MS Access? What DBDs do I need? Can anyone provide a skeleton for doing this? Thanks.