in reply to Re: prepare statement within DBI
in thread prepare statement within DBI
$row1 = $dbh->selectrow_array('select count(*) from table_one'); $row2 = $dbh->selectrow_array('select count(*) from table_two');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: prepare statement within DBI
by Juerd (Abbot) on Aug 27, 2004 at 05:35 UTC |