RE: Perl DBI for SQL Server 7 ?

2001-08-29 Thread Michael Peppler
[EMAIL PROTECTED] writes: On advice from Tim Bunce I have been playing with DBI::Sybase which when coupled with the FreeTDS libraries is rumoured to be able to connect to MS SQL directly without a crippleware request broker sitting on the MS SQL server. This also doesn't seem to get

RE: Perl DBI for SQL Server 7 ?

2001-08-29 Thread Jamz
PROTECTED]] Sent: Thursday, 30 August 2001 12:47 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Perl DBI for SQL Server 7 ? [EMAIL PROTECTED] writes: On advice from Tim Bunce I have been playing with DBI::Sybase which when coupled with the FreeTDS libraries is rumoured

RE: Perl DBI for SQL Server 7 ?

2001-08-28 Thread Steven Vargas
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

RE: Perl DBI for SQL Server 7 ?

2001-08-28 Thread Argenis Pèrez
- 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

RE: Perl DBI for SQL Server 7 ?

2001-08-28 Thread Jamz
August 2001 1:56 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

RE: Perl DBI for SQL Server 7 ?

2001-08-28 Thread Jamz
PROTECTED]] Sent: Wednesday, 29 August 2001 6:58 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: 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

Re: Perl DBI for SQL Server 7 ?

2001-08-28 Thread Tim Bunce
module here: http://www.cpan.org/modules/by-category/07_Database_Interfaces/MSSQL/ Cheers, Jamz. -Original Message- From: Steven Vargas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 29 August 2001 6:58 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Perl DBI

Re: Perl DBI for SQL Server 7 ?

2001-08-28 Thread Thomas A . Lowery
Ed, DBD::ADO and DBD::ODBC both play well with SQL Server. Tom On Tue, Aug 28, 2001 at 05:20:06PM -0400, [EMAIL PROTECTED] wrote: 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

RE: Perl DBI for SQL Server 7 ?

2001-08-28 Thread Jamz
the Perl to MS SQL investigation continues... -Original Message- From: Thomas A.Lowery [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 29 August 2001 11:03 AM To: [EMAIL PROTECTED] Subject: Re: Perl DBI for SQL Server 7 ? Ed, DBD::ADO and DBD::ODBC both play well with SQL Server

RE: Perl DBI for SQL Server 7 ?

2001-08-28 Thread Steve Howard
: 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