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. I have tried inserting it before the "select"
> stat