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