Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Problems with DBD::Sybase on Solaris?

by chorg (Monk)
on Feb 13, 2001 at 17:50 UTC ( [id://58121]=perlquestion: print w/replies, xml ) Need Help??

chorg has asked for the wisdom of the Perl Monks concerning the following question:

I'm researching a project on Solaris. Sybase is that database. One of the programmers on the project mentioned that there were some problems with DBD::Sybase on Solaris. Anyone heard anything about that?
_______________________________________________
"Intelligence is a tool used achieve goals, however goals are not always chosen wisely..."

Replies are listed 'Best First'.
Re: Problems with DBD::Sybase on Solaris?
by clemburg (Curate) on Feb 13, 2001 at 18:00 UTC

    Go to the DBI Mailing Lists Archive and see for yourself ...

    Christian Lemburg
    Brainbench MVP for Perl
    http://www.brainbench.com

      I suspect that this bug is what is being referred to?

      In which case there is a bug, but it isn't that bad.

      FWIW about a year ago using DBD::Sybase was pretty painful, there were several bugs that caught me. (Improper type conversions on nulls, etc.) But they got cleaned up around March or so IIRC and I have not been having problems since.

Re: Problems with DBD::Sybase on Solaris?
by cadfael (Friar) on Feb 13, 2001 at 22:32 UTC
    I use both DBD::Sybase and Sybase::DBLib and CTLib at my location. Michael Peppler wrote both, and as of the last time I logged on to his web site, he seemed to think that Sybase::DBLib, etcetera were the more full-featured.

    I have been a happy user of Sybperl since before it evolved into Sybase::DBLib, CTLib, and BCP. We really don't use any Sybperl features that DBD::Sybase lacks. The only thing preventing me from rewriting old scripts is inertia. Our new scripts are written using DBI/DBD.

    DBD::Sybase is still evolving, but for most purposes it suffices, and there is a lot to be said for doing new scripts using DBI/DBD. If you ever are faced with the need to migrate from one RDBMS to another, you will be quite thankful that DBI/DBD exists.

    One caveat, though -- Sybase ASE 12.0 has taken on a new directory structure, and the client libraries are no longer found at the root of $SYBASE. This can be worked around by using $SYBASE as Sybase home, and placing a symbolic link from usr/local/sybase to the new location of the client libraries.

    -----
    "Computeri non cogitant, ergo non sunt"

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-19 04:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found