ptum has asked for the wisdom of the Perl Monks concerning the following question:
All of my Perl development has been on platforms running some form of Unix (mostly Solaris and Linux), connecting to Oracle or MySQL. We currently have a need to connect from our Solaris 5.9 servers to a MS SQL Server database controlled by another team.
Several suggestions that have been batted around internally include:
Considerations:
While the purchase of an ODBC driver might seem the most straightforward solution, such things are often much more difficult bureaucratically than technically. As a contractor, I have no idea how to navigate the purchase order waters of my client company.
I ran into quite a bit of trouble getting the DBD-Sybase-1.07 and FreeTDS (0.63) libraries installed and have not yet found anyone who has been successful in using DBD::Sybase to connect to a MS SQL database from a Solaris platform. Has anyone out there been successful?
I have no experience with IIS.
I am very open to suggestions and recommendations.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to connect to MS SQL Server from Unix
by Enlil (Parson) on Jan 16, 2006 at 19:33 UTC | |
by ptum (Priest) on Jan 16, 2006 at 20:37 UTC | |
Re: How to connect to MS SQL Server from Unix
by traveler (Parson) on Jan 16, 2006 at 20:41 UTC | |
Re: How to connect to MS SQL Server from Unix
by Anonymous Monk on Jan 16, 2006 at 21:02 UTC | |
Re: How to connect to MS SQL Server from Unix
by Anonymous Monk on Jan 17, 2006 at 06:33 UTC | |
Re: How to connect to MS SQL Server from Unix
by jplindstrom (Monsignor) on Jan 17, 2006 at 21:54 UTC |