Re: fetchrow_arrayref, fetchrow_arrayref columns won't parse.

2013-03-21 Thread Garry T. Williams
On 3-21-13 22:55:51 Garry T. Williams wrote: > On 3-21-13 21:44:46 dome stuff wrote: > > my $sth = $dbh->prepare('SELECT (formid, fid, forder, ftype, fsize, > > fmaxlength, fdesc, flink) FROM fdesc WHERE (formid = ?) ORDER BY forder') ; > > my $sth = $dbh->prepare(< SELECT formid, fid, forder, fty

Re: fetchrow_arrayref, fetchrow_arrayref columns won't parse.

2013-03-21 Thread Garry T. Williams
On 3-21-13 21:44:46 dome stuff wrote: > my $sth = $dbh->prepare('SELECT (formid, fid, forder, ftype, fsize, > fmaxlength, fdesc, flink) FROM fdesc WHERE (formid = ?) ORDER BY forder') ; my $sth = $dbh->prepare(<

fetchrow_arrayref, fetchrow_arrayref columns won't parse.

2013-03-21 Thread dome stuff
Howdy, postgres 8.4.16, mod_perl 2.0.7, DBI, DBD::Pg I have looked over several examples and the DBI documentation and gone through several iterations of the following code and I'm stuck. What I'm experiencing, is that regardless of which example I use, DBI always treats the whole row as a singl