



hello,
I try to make a simple perl-script to connect to a sql server database. I know that i need to use DBI module but wich DBI module can I use on HP-UX to connect to a windows server with SQL-Server. and how ? because I don't found any usable driver for sql-server. I fonud for oracle , informix , mysql ... but not SQL SERVER :-(
thanks in advance,
Jonay
And this tutorial discusses one of them.
http://www.easysoft.com/developer/languages/perl/sql_server_unix_tutoria...
You don't necessarily have to use this ODBC product, or even the ODBC approach, but the tutorial does provide a good description of the parts involved in setting up a connection.