Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Perl with Sybase: sybperl or DBI/DBD::Sybase?

by metaperl (Curate)
on Oct 20, 2009 at 15:28 UTC ( [id://802251]=note: print w/replies, xml ) Need Help??


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.

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!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://802251]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-03-29 02:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found