Re: Request for DBD::MS SQL

2007-05-15 Thread Huub Peters
his you need to setup a System DSN. This worked great for me on Win32, I have no idea if it can be done from Linux but read the DBI FAQ for possibilities. Regards, Huub Peters - Original Message - From: Ankit Mehrotra To: perl-win32-users@listserv.activestate.com Sent: Tuesday, May 15,

SV: Request for DBD::MS SQL

2007-05-15 Thread Henrik Schak Hansen
Use the DBD-ODBC package for connecting to MS SQL under windows. /henrik -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af David Dick Sendt: 15. maj 2007 14:01 Til: Ankit Mehrotra Cc: perl-win32-users@listserv.activestate.com Emne: Re: Request for DBD

Re: Request for DBD::MS SQL

2007-05-15 Thread David Dick
Try DBD::Sybase. Sybase and SQL Server have a common ancestry and use the same TDS protocol. Ankit Mehrotra wrote: > > Dear All , > > I intend to remotely query Microsoft SQL Server (MS SQL) using Perl > DBI module. The problems I am facing are : > 1. The is no Driver available for MS SQL . > 2

Request for DBD::MS SQL

2007-05-14 Thread Ankit Mehrotra
Dear All , I intend to remotely query Microsoft SQL Server (MS SQL) using Perl DBI module. The problems I am facing are : 1. The is no Driver available for MS SQL . 2. The documentation available for connecting using the Class DBI is not sufficient. I am using Perl 5.8.8 from ActiveState on wi