in reply to
DBI bind_param problems
The DBI docs mention that not all drivers support placeholders, while the DBD::Sybase docs talk about placeholders only as part of an execute statement...ie
$sth->execute($id);
[download]
Maybe this is the problem - bind_param may not be fully implemented in DBD::Sybase.
Comment on
Re: DBI bind_param problems
Download
Code
In Section
Seekers of Perl Wisdom