Re: Microsoft SQL 7.0 interface

2000-05-30 Thread Ian Struble

When you compile FreeTDS you will be better off using tds version 4.2 
unless you specifically need something in 7.0.

Here is the configure option you need for this:
--with-tdsver=VERSION

Ian


On Mon, 29 May 2000, Kee Hinckley wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N
 
 At 5:45 PM -0500 5/26/00, Wang, Pin-Chieh wrote:
 Any body knows how to access Microsoft SQL/on NT from Apache on Linux ?
 Our data base is running on NT/SQL , but web server is running Apache/Linux
 
 DBD::Sybase and FreeTDS will work (http://www.freetds.org/).
 
 - -- 
 
 Kee Hinckley - Somewhere Consulting Group - Cyberspace Architects(rm)
 
 I'm not sure which upsets me more: that people are so unwilling to accept
 responsibility for their own actions, or that they are so eager to regulate
 everyone else's.
 
 -BEGIN PGP SIGNATURE-
 Version: PGPfreeware 6.5.2 for non-commercial use http://www.pgp.com
 
 iQA/AwUBOTH5aiZsPfdw+r2CEQKZ/ACdHfmeg1fmSfLlj5CiapCHXWF5vy8AoP7s
 nVY5U4aLCjUjbnib0uNRYSJ3
 =73+t
 -END PGP SIGNATURE-
 



Re: Microsoft SQL 7.0 interface

2000-05-30 Thread Kee Hinckley

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N

At 9:40 AM -0700 5/30/00, Ian Struble wrote:
When you compile FreeTDS you will be better off using tds version 4.2
unless you specifically need something in 7.0.

Yes.  In fact I wasn't able to get the version that claimed to 
support 7.0 to work.
- -- 

Kee Hinckley - Somewhere Consulting Group - Cyberspace Architects(rm)

I'm not sure which upsets me more: that people are so unwilling to accept
responsibility for their own actions, or that they are so eager to regulate
everyone else's.

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.5.2 for non-commercial use http://www.pgp.com

iQA/AwUBOTQdByZsPfdw+r2CEQJOhQCfS6ELGJrihNGsffyN/3GBiWqFXvoAnRAx
OvaGeNCFIcZyj48KQmilL1w5
=c6S/
-END PGP SIGNATURE-



Re: Microsoft SQL 7.0 interface

2000-05-29 Thread Fabrice Scemama

You might use DBD::ODBC with DBD::Proxy as well; should be
easier to setup, but probably less efficient than FreeTDS.

Kee Hinckley wrote:
 
 At 5:45 PM -0500 5/26/00, Wang, Pin-Chieh wrote:
 Any body knows how to access Microsoft SQL/on NT from Apache on Linux ?
 Our data base is running on NT/SQL , but web server is running Apache/Linux
 
 DBD::Sybase and FreeTDS will work (http://www.freetds.org/).
 
 - --
 
 Kee Hinckley - Somewhere Consulting Group - Cyberspace Architects(rm)
 
 I'm not sure which upsets me more: that people are so unwilling to accept
 responsibility for their own actions, or that they are so eager to regulate
 everyone else's.
 
 -BEGIN PGP SIGNATURE-
 Version: PGPfreeware 6.5.2 for non-commercial use http://www.pgp.com
 
 iQA/AwUBOTH5aiZsPfdw+r2CEQKZ/ACdHfmeg1fmSfLlj5CiapCHXWF5vy8AoP7s
 nVY5U4aLCjUjbnib0uNRYSJ3
 =73+t
 -END PGP SIGNATURE-



Re: Microsoft SQL 7.0 interface

2000-05-28 Thread Srinidhi Rao S

HI,
 I had the same problem while working on my project. I used use
MSSQL::DBlib module to get data from MSSQL Server 7.0.  I think you can find
this in CPAN download site.
Hope this helps you
srini.


-Original Message-
From: Wang, Pin-Chieh [EMAIL PROTECTED]
To: '[EMAIL PROTECTED]' [EMAIL PROTECTED]
Date: Saturday, May 27, 2000 4:16 AM
Subject: Microsoft SQL 7.0 interface


Any body knows how to access Microsoft SQL/on NT from Apache on Linux ?
Our data base is running on NT/SQL , but web server is running Apache/Linux

Thanks,
PC Wang





--
Robosoft Technologies, Mangalore, India





Re: Microsoft SQL 7.0 interface

2000-05-28 Thread Kee Hinckley

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N

At 5:45 PM -0500 5/26/00, Wang, Pin-Chieh wrote:
Any body knows how to access Microsoft SQL/on NT from Apache on Linux ?
Our data base is running on NT/SQL , but web server is running Apache/Linux

DBD::Sybase and FreeTDS will work (http://www.freetds.org/).

- -- 

Kee Hinckley - Somewhere Consulting Group - Cyberspace Architects(rm)

I'm not sure which upsets me more: that people are so unwilling to accept
responsibility for their own actions, or that they are so eager to regulate
everyone else's.

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.5.2 for non-commercial use http://www.pgp.com

iQA/AwUBOTH5aiZsPfdw+r2CEQKZ/ACdHfmeg1fmSfLlj5CiapCHXWF5vy8AoP7s
nVY5U4aLCjUjbnib0uNRYSJ3
=73+t
-END PGP SIGNATURE-



Microsoft SQL 7.0 interface

2000-05-26 Thread Wang, Pin-Chieh

Any body knows how to access Microsoft SQL/on NT from Apache on Linux ?
Our data base is running on NT/SQL , but web server is running Apache/Linux

Thanks,
PC Wang