do() isn't at all dangerous, but it is reserved for SQL statements that don't return data.
is O.K., but$dbh->do("DELETE FROM foo WHERE bar = 47");
isn't. This is spelled out in the on-line DBI documentation.$dbh->do("SELECT bar FROM foo");
In reply to Re: Re: fetchrow_array DBI
by dws
in thread fetchrow_array DBI
by JayBee
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |