in reply to Encoding issue from DBI to string
my $RowSet = $dbh->selectall_arrayref("SELECT * FROM CollectionDB.ISIS + WHERE SourceID = '$PassedSource' ORDER BY ObjectKey DESC");
Danger Will Robinson! Exploits of a mom, discussion: http://bobby-tables.com/perl.html, reference SQL Injection.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Encoding issue from DBI to string
by space_monk (Chaplain) on Jan 03, 2013 at 17:31 UTC | |
by ev0lution (Initiate) on Jan 03, 2013 at 17:48 UTC |