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
>
> 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
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
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
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
> -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?
"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;
>
> -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
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