in reply to Re^2: Perl DBI
in thread Perl DBI
Add table name to * in SQL here ;
Seems that without table name Access interprets * as all fields not already specified. poj$db{$tbl} = $dbh->selectall_arrayref("SELECT NE,$tbl.* FROM $tbl");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl DBI
by Arunkumarpro (Initiate) on Jun 30, 2013 at 20:02 UTC | |
by poj (Abbot) on Jun 30, 2013 at 20:09 UTC | |
|
Re^4: Perl DBI
by Arunkumarpro (Initiate) on Jun 30, 2013 at 20:23 UTC | |
by poj (Abbot) on Jun 30, 2013 at 20:33 UTC | |
by Tux (Canon) on Jul 01, 2013 at 10:51 UTC |