in reply to Caching images from RDBMS
It may not make a difference in your particular case, since you are using numeric data, but I'd argue it should be done out of principle. If you always use them, you don't have problems with mistyped data.my ($file) = $dbh->selectrow_array("SELECT $image FROM offerte WHERE id=?", {}, $id);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Caching images from RDBMS
by giulienk (Curate) on Aug 08, 2002 at 10:54 UTC |