Re: printing query results

2005-03-23 Thread Jeff Zucker
Brandon Metcalf wrote: j == [EMAIL PROTECTED] writes: j> Brandon Metcalf wrote: j> >Hm. The documentation says it's experimental, but the version I have j> >seems to be broken altogether. There is no new() method in the j> >DBI::Format package in the code and I get in the following error: j> > j>

Re: printing query results

2005-03-23 Thread Brandon Metcalf
j == [EMAIL PROTECTED] writes: j> Brandon Metcalf wrote: j> >Hm. The documentation says it's experimental, but the version I have j> >seems to be broken altogether. There is no new() method in the j> >DBI::Format package in the code and I get in the following error: j> > j> You don't decl

Re: printing query results

2005-03-23 Thread Jeff Zucker
Brandon Metcalf wrote: Hm. The documentation says it's experimental, but the version I have seems to be broken altogether. There is no new() method in the DBI::Format package in the code and I get in the following error: You don't declare a new DBI::Format object, you create a new DBI::Format::F

Re: printing query results

2005-03-23 Thread Brandon Metcalf
j == [EMAIL PROTECTED] writes: j> Brandon Metcalf wrote: j> >Does DBI have a print method similar to the print in the old Pg.pm j> >interface? With the old print method I could print out query results j> >as they would appear if I ran the query directly with the column names j> >and column

Re: printing query results

2005-03-23 Thread Jeff Zucker
Brandon Metcalf wrote: Does DBI have a print method similar to the print in the old Pg.pm interface? With the old print method I could print out query results as they would appear if I ran the query directly with the column names and column widths according to value widths, etc. Do I have to roll

printing query results

2005-03-23 Thread Brandon Metcalf
Does DBI have a print method similar to the print in the old Pg.pm interface? With the old print method I could print out query results as they would appear if I ran the query directly with the column names and column widths according to value widths, etc. Do I have to roll my own under DBI using