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

It seems you have to manually quote things with sybperl --- there appear to be no placeholders? Even in the newer Sybase::Simple.
  • Comment on Re: Perl with Sybase: sybperl or DBI/DBD::Sybase?

Replies are listed 'Best First'.
Re^2: Perl with Sybase: sybperl or DBI/DBD::Sybase?
by mpeppler (Vicar) on Oct 21, 2009 at 15:21 UTC
    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!