Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

2 Answers

up vote 10 down vote accepted

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.

share|improve this answer

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

share|improve this answer
if you can give a downvote, please advise what is wrong with this answer? – Space May 28 '10 at 4:05

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.