http://www.perlmonks.org?node_id=802475


in reply to Re: Perl with Sybase: sybperl or DBI/DBD::Sybase?
in thread Perl with Sybase: sybperl or DBI/DBD::Sybase?

Sybase::Simple is just a fairly simple wrapper which is there to simplify the API, but doesn't really provide additional functionality.

Sybase::CTlib does provide support for placeholders - see ct_dyn_prepare() and friends.

That being said - I think today I would use DBD::Sybase for any new project, unless there really was a need to access the low-level CTlib API for some reason...

Michael

PS - I just noticed that I wrote the original message in this thread almost 8 years ago... yikes!

  • Comment on Re^2: Perl with Sybase: sybperl or DBI/DBD::Sybase?