I need some beginner help on using perl to connect to an SQL Server 2000.
Versions
Perl v5.8.0
DBI v1.45
MS Sql Server 2000
I just installed the DBI but when i try and connect using use DBI;
use DBD::ODBC;
I get an error "Can't locate DBD/ODBC.pm in @INC"
Which leads me to believe that DBD::ODBC is not installed but when I try and download activestate DBD-ODBC i get and error. I tracked the error to incompable versions of perl. But i cannot find a DBD::ODBC for perl 5.8
Any suggestions ? Any problems with my assumptions above ?
Versions
Perl v5.8.0
DBI v1.45
MS Sql Server 2000
I just installed the DBI but when i try and connect using use DBI;
use DBD::ODBC;
I get an error "Can't locate DBD/ODBC.pm in @INC"
Which leads me to believe that DBD::ODBC is not installed but when I try and download activestate DBD-ODBC i get and error. I tracked the error to incompable versions of perl. But i cannot find a DBD::ODBC for perl 5.8
Any suggestions ? Any problems with my assumptions above ?