in reply to Re: Encoding issue from DBI to string
in thread Encoding issue from DBI to string
To expand on what marto said, learn how to create SQL with bound variables
my $rowSet = $dbh->selectall_arrayref("SELECT * FROM CollectionDB.ISIS + WHERE SourceID = ? ORDER BY ObjectKey DESC", {}, $PassedSource);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Encoding issue from DBI to string
by ev0lution (Initiate) on Jan 03, 2013 at 17:48 UTC |