Re: Problem with auto table?

2001-06-06 Thread Mitchell Surface
That got it! Thanks for all your help. Mitchell Surface Linux System Administrator Fort Wayne Newspapers 219-461-8292Voice 219-461-8445FAX [EMAIL PROTECTED] Gerald Richter wrote: > > Hi, > > > > but I'm only getting the first three columns of data. > &g

Re: Problem with auto table?

2001-06-06 Thread Mitchell Surface
Thanks for the suggestion, but it didn't seem to make any difference. Mitchell Surface Linux System Administrator Fort Wayne Newspapers 219-461-8292Voice 219-461-8445FAX [EMAIL PROTECTED] Ilia Lobsanov wrote: > > I can suggest checking $maxcol, though it should default to 10

Problem with auto table?

2001-06-06 Thread Mitchell Surface
ad = $sth->{NAME}; $dat = $sth->fetchall_arrayref; -] [+ $head->[$col] +] [+ $dat->[$row][$col] +] Any help would be apreciated. Mitchell Surface Linux System Administator Fort Wayne Newspapers 219-461-8292Voice 219-461-8445FAX [EMAIL PROTECTED] ---