|
|
| Just another Perl shrine | |
| PerlMonks |
Re: SQL Serverby imp (Priest) |
| on Nov 09, 2006 at 16:40 UTC ( #583151=note: print w/ replies, xml ) | Need Help?? |
|
If you are accessing the database from a windows machine then DBD::ODBC is all you need. For unix systems I recommend using DBD::ODBC with freetds and iodbc. That combination provides support for bound parameters, which DBD::Sybase with freetds does not if I recall correctly.
Here is the installation script I used last year to install that combination:
There is also an excellent guide on working with DBD::Sybase here:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||