You got everything right, but I think there is a typo in what you are using.
You need DBI, then DBD::ODBC. Your connection string is correct after DBI
and DBD::ODBC are installed and the DSN is configured.
Steve H.
-----Original Message-----
From: Argenis P�rez [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 29, 2001 11:26 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: Perl DBI for SQL Server 7 ?
I am using DBIODBC
you need installing DBI
first you need make a DSN for ODBC
after,in the code
use DBI;
$database = (DBI->connect('DBI:ODBC:yourDSN',
'user',
'password'));
this, function good whith SQL SERVER.
Bye
-----Mensaje original-----
De: Steven Vargas [mailto:[EMAIL PROTECTED]]
Enviado el: martes, 28 de agosto de 2001 23:28
Para: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Asunto: RE: Perl DBI for SQL Server 7 ?
Other's can verify this, but I think the DBD-ODBC driver is what you're
looking for.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 28, 2001 2:20 PM
To: [EMAIL PROTECTED]
Subject: Perl DBI for SQL Server 7 ?
I'm looking for a Perl DBI for SQL Server 7. I'm very happy with ActivePerl
version 5.6.1, but I couldn't find any Perl DBI for SQL Server 7 in Active
State's site.
Same for CPAN and the Perl DBI FAQ, couldn't find anything on a Perl DBI for
SQL Server 7.
Thanks for your help.
Ed
[EMAIL PROTECTED]