Re: Installing Perl DBI and Oracle DBD in AIX 5.1

2004-10-19 Thread Pablo Salinas
AIL PROTECTED]> escribió: > > Hi there, > > I have an AIX 5.1 machine and I wish to > use > > the perl DBI and oracle DBD in this machine. I > have > > tried to install them by downloading DBI-1.45.tar > and > > DBD-Oracle-2.15.tar files from >

Re: Installing Perl DBI and Oracle DBD in AIX 5.1

2004-10-15 Thread Wiggins d Anconia
> Hi there, > I have an AIX 5.1 machine and I wish to use > the perl DBI and oracle DBD in this machine. I have > tried to install them by downloading DBI-1.45.tar and > DBD-Oracle-2.15.tar files from http://www.cpan.org/ > This is a rather difficult combination an

Installing Perl DBI and Oracle DBD in AIX 5.1

2004-10-15 Thread Pablo Salinas
Hi there, I have an AIX 5.1 machine and I wish to use the perl DBI and oracle DBD in this machine. I have tried to install them by downloading DBI-1.45.tar and DBD-Oracle-2.15.tar files from http://www.cpan.org/ So, I uncompressed the DBI-1.45.tar file and followed the README file

RE: Perl DBI and Oracle

2002-06-28 Thread Jackson, Harry
Title: RE: Perl DBI and Oracle > -Original Message- > From: Joe Raube [mailto:[EMAIL PROTECTED]] > > > I think that if you posted some code, we could give better assistance > with this matter. This is the code that I am using to connect but if I am una

RE: Perl DBI and Oracle

2002-06-27 Thread Joe Raube
I think that if you posted some code, we could give better assistance with this matter. --- "Jackson, Harry" <[EMAIL PROTECTED]> wrote: > > I retrieve a load of records but because the default linesize means > that it > comes out on multiple lines when printing to a CSV. I suppose I > could

RE: Perl DBI and Oracle

2002-06-27 Thread Jackson, Harry
> -Original Message- > From: Joe Raube [mailto:[EMAIL PROTECTED]] > > "set linesize" > > is a SQL*Plus command to control the size of an output line > > dbi is used for manipulating data from a database, the output is > controlled by you... > > What are you trying to accomplish?

Re: Perl DBI and Oracle

2002-06-27 Thread Joe Raube
"set linesize" is a SQL*Plus command to control the size of an output line dbi is used for manipulating data from a database, the output is controlled by you... What are you trying to accomplish? -Joe --- "Jackson, Harry" <[EMAIL PROTECTED]> wrote: > Ho do you > > set linesize 1000; >

RE: Perl DBI and Oracle

2002-06-27 Thread Bob Showalter
> -Original Message- > From: Jackson, Harry [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 27, 2002 9:35 AM > To: '[EMAIL PROTECTED]' > Subject: Perl DBI and Oracle > > > Ho do you > > set linesize 1000; > > using dbi for Oracle

Perl DBI and Oracle

2002-06-27 Thread Jackson, Harry
Ho do you set linesize 1000; using dbi for Oracle. I have tried inserting it before the "select" statement and putting it in its own "prepare" statement but neither have worked. Google has got very little on this when I searched for it. I would appreciate a decent link to how to do this sort of