tags:

views:

89

answers:

2

I'm trying to a good Perl module to use for connecting to a Sybase database.

My Googling has led me to see sybperl as a possible choice, but it hasn't been updated since 2005.

+11  A: 

Use DBD::Sybase (via DBI). I use this regularly with FreeTDS to connect to SQL Server, but it is actually written against the CT-Lib interface for Sybase.

araqnid
+2  A: 

I found DBD::Sybase the best module to use for Sysbase DB and Sybase::DBlib - Sybase DB-Library API.

Space
if you can give a downvote, please advise what is wrong with this answer?
Space