RE: CTlib or DBD-Sybase

"Ed Avis" <[email protected]> Thu, 8 Oct 2009 15:52:48 +0100
Newsgroups gmane.comp.lang.perl.modules.dbi.sybase
Message-ID <[email protected]>
>We have a lot of code using Sybase::DBlib and are considering 
>porting it to CTlib. We have 2 choices Sybase::CTlib or 
>DBD-Sybase.

I would suggest standardizing on DBD::Sybase.  I've used all three,
Sybase::CTlib is certainly a fine library, but DBI is nowadays the
standard Perl way to connect to databases so you will not have a new
API to learn if you start using a different server or driver.

(To connect to an MSSQL server I use DBD::Sybase on Linux and
DBD::ODBC on Windows, but because DBI presents a uniform interface
for both drivers, the same code can run on both platforms.)

-- 
Ed Avis <[email protected]>

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________