Some DBI question -

2010-05-29 Thread newbie01 perl
Hi, Am trying out DBI for Oracle and just want to know if for example, I need to include column formatting stuff etc., is it best to just put them into a .sql file and then execute the .sql file instead of placing them in the Perl DBI script? Also, is there anyway to sort of "hide" the password s

Re: Some DBI question -

2010-05-30 Thread Chas. Owens
On Sun, May 30, 2010 at 01:33, newbie01 perl wrote: > Hi, > > Am trying out DBI for Oracle and just want to know if for example, I need to > include column formatting stuff etc., is it best to just put them into a > .sql file and then execute the .sql file instead of placing them in the Perl > DBI

Re: Some DBI question -

2010-05-31 Thread John Scoles
On Sun, May 30, 2010 at 1:33 AM, newbie01 perl wrote: > Hi, > > Am trying out DBI for Oracle and just want to know if for example, I need > to > include column formatting stuff etc., is it best to just put them into a > .sql file and then execute the .sql file instead of placing them in the > Perl