Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

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

by herveus (Prior)
on Nov 02, 2001 at 02:12 UTC ( [id://122698]=note: print w/replies, xml ) Need Help??


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

Howdy!

I've been using Sybase::CTlib for something like five or six years now in a Solaris/Sybase shop. I did a bit of C programming with Sybase. The difference was night and day. Sybperl took so much of the ooky-but-necessary fiddly bits and just hid them. A lot of my Sybase/Perl programs look like:

$db->ct_sql(<<GO, sub { # process the rows }); SQL SQL GO
repeated as needed...

Right now, I don't have the luxury of what amounts to a pure Sybase shop to support. Thank you Michael for making this possible!

Now, I am looking into DBI just because it seems to be a good idea to be familiar with it...

yours,
Michael

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (2)
As of 2024-04-25 02:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found