-----Original Message-----
From: Jeff Pang [mailto:[EMAIL PROTECTED] 
>> De : "[EMAIL PROTECTED]"
>> I'm using perl to connect to mysql, but now i need it to connect to MS
>> SQL server and after google search i still don't understand the best
>> way to do it.
>>

>Try Class::DBI::MSSQL or UnixODBC.
>See the documents on CPAN.

I'm currently connecting to MSSQL using

use DBI;

and the main package which does that magic is -> perl-DBD-Sybase-1.08



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to