Re: no DBD:MSSQL?

2004-07-16 Thread PCGayan
Janet Goldstein wrote: Am I missing something? I searched CPAN for a DBI driver for Microsoft SQL Server and found only DBIx::SQLEngine::Driver::MSSQL - Support DBD::ODBC with Microsoft SQL Server. Is there nothing out there for SQL Server as there is for Oracle (DBD::Oracle)? Must I go through

Re: no DBD:MSSQL?

2004-07-15 Thread Janet Goldstein
Hardy Merrill wrote: Janet, I've got DBD::ODBC installed on my Windows XP machine. When I do perldoc DBD::ODBC in a command prompt window I can see the excellent documentation that is part of the DBD::ODBC module. Here are some of the section titles in that perldoc: Thank you for your

RE: no DBD:MSSQL?

2004-07-14 Thread Hardy Merrill
Janet, I've got DBD::ODBC installed on my Windows XP machine. When I do perldoc DBD::ODBC in a command prompt window I can see the excellent documentation that is part of the DBD::ODBC module. Here are some of the section titles in that perldoc: - What is

Re: no DBD:MSSQL?

2004-07-14 Thread Bart Lateur
On Tue, 13 Jul 2004 15:47:21 -0400, Janet Goldstein wrote: Thanks to all who replied. I ended up selling out and using Win32::ODBC. Eh... why not DBD::ODBC? -- Bart.

no DBD:MSSQL?

2004-07-13 Thread Janet Goldstein
Am I missing something? I searched CPAN for a DBI driver for Microsoft SQL Server and found only DBIx::SQLEngine::Driver::MSSQL - Support DBD::ODBC with Microsoft SQL Server. Is there nothing out there for SQL Server as there is for Oracle (DBD::Oracle)? Must I go through ODBC to talk to a SQL

Re: no DBD:MSSQL?

2004-07-13 Thread David N Murray
google turns up http://search.cpan.org/search?module=DBD::ADO ADO ODBC are your only options, AFAIK, on Windows. Maybe someone more informed can comment on using the Sybase driver. hth, dave On Jul 13, Janet Goldstein scribed: Am I missing something? I searched CPAN for a DBI driver for

Re: no DBD:MSSQL?

2004-07-13 Thread David N Murray
On Jul 13, Janet Goldstein scribed: David N Murray wrote: google turns up http://search.cpan.org/search?module=DBD::ADO ADO ODBC are your only options, AFAIK, on Windows. Maybe someone more informed can comment on using the Sybase driver. Thanks for your reply, Dave. Actually, I'm not

Re: no DBD:MSSQL?

2004-07-13 Thread Michael Peppler
On Tue, 2004-07-13 at 16:00, Janet Goldstein wrote: Am I missing something? I searched CPAN for a DBI driver for Microsoft SQL Server and found only DBIx::SQLEngine::Driver::MSSQL - Support DBD::ODBC with Microsoft SQL Server. Is there nothing out there for SQL Server as there is for Oracle

Re: no DBD:MSSQL?

2004-07-13 Thread Janet Goldstein
David N Murray wrote: google turns up http://search.cpan.org/search?module=DBD::ADO ADO ODBC are your only options, AFAIK, on Windows. Maybe someone more informed can comment on using the Sybase driver. Thanks for your reply, Dave. Actually, I'm not limited to Windows; I would just as soon

Re: no DBD:MSSQL?

2004-07-13 Thread Hardy Merrill
Janet, I think David was saying that you might(?) be able to use the DBD::Sybase driver to connect to MS SQL Server ;-) Hardy Merrill Janet Goldstein [EMAIL PROTECTED] 07/13/04 11:14AM David N Murray wrote: google turns up http://search.cpan.org/search?module=DBD::ADO ADO ODBC are your

Re: no DBD:MSSQL?

2004-07-13 Thread William R. Mussatto
Hardy Merrill said: Janet, I think David was saying that you might(?) be able to use the DBD::Sybase driver to connect to MS SQL Server ;-) Hardy Merrill Janet Goldstein [EMAIL PROTECTED] 07/13/04 11:14AM David N Murray wrote: google turns up http://search.cpan.org/search?module=DBD::ADO

Re: no DBD:MSSQL?

2004-07-13 Thread Michael Peppler
On Tue, 2004-07-13 at 18:51, William R. Mussatto wrote: Hardy Merrill said: Janet, I think David was saying that you might(?) be able to use the DBD::Sybase driver to connect to MS SQL Server ;-) Hardy Merrill Janet Goldstein [EMAIL PROTECTED] 07/13/04 11:14AM David N Murray wrote:

Re: no DBD:MSSQL?

2004-07-13 Thread amonotod
From: Janet Goldstein [EMAIL PROTECTED] Date: 2004/07/13 Tue PM 02:00:09 GMT Am I missing something? I searched CPAN for a DBI driver for Microsoft SQL Server and found only DBIx::SQLEngine::Driver::MSSQL - Support DBD::ODBC with Microsoft SQL Server. Is there nothing out there for SQL

Re: no DBD:MSSQL?

2004-07-13 Thread Janet Goldstein
Thanks to all who replied. I ended up selling out and using Win32::ODBC. If it ends up being too slow, I can always go back to Unix and try DBD::Sybase.William R. Mussatto wrote:

RE: no DBD:MSSQL?

2004-07-13 Thread Tim Johnson
Why not DBD::ODBC? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 12:47 PM Cc: [EMAIL PROTECTED] Subject: Re: no DBD:MSSQL? Thanks to all who replied. I ended up selling out and using Win32::ODBC. If it ends up being too slow, I can

Re: no DBD:MSSQL?

2004-07-13 Thread amonotod
From: Janet Goldstein [EMAIL PROTECTED] Date: 2004/07/13 Tue PM 07:47:21 GMT Thanks to all who replied. I ended up selling out and using Win32::ODBC. If it ends up being too slow, I can always go back to Unix and try DBD::Sybase. That, in my opinion, is not the best option. I wrote

RE: no DBD:MSSQL?

2004-07-13 Thread Janet Goldstein
On Tue, 13 Jul 2004, Tim Johnson wrote: Why not DBD::ODBC? because, I'm embarrassed to admit, I have no clue how ODBC works in Unix.. ;-}