|
||||
sybperl-l ArchiveUp Prev Next
From: Hrvoje Niksic <hniksic at iskon dot hr> Is it possible to send SQL statements with arguments. I'd like to
write something like:
@results = ct_sql("SELECT foo FROM bar WHERE id=?", $needed_it);
The ? syntax is borrowed from Perl DBI and is not required, but it
should make my meaning clear.
|