[PHP] Re: using the mssql functions on a linux server

2004-07-24 Thread Chris Martin
Skippy wrote:
On Mon, 12 Jul 2004 14:54:15 -0400 [EMAIL PROTECTED] (Edward Peloke) wrote:
Is this the only way around it?  Can I get to mssql without using the mssql
extension?

I don't think so. Plus, the entire setup is a bit complicated and you need
FreeTDS as well as UnixODBC installed, plus some /etc configuration magic.
FWIW, I have an article on the subject. It's in Romanian, but the commands,
configuration files and testing PHP code are clearly marked and are of course
universal, so perhaps you can make do with just some copypaste.
See here:
http://rowd.zuavra.net/articole/11/p2/
P.S.: If anyone wishes to put an English version on their site please contact
me in private. I'll take the time to translate it. I haven't put the English
version on the Web myself since my site is meant to be in Romanian only.
A bit late, but for future reference, I have an English translation of 
this article available at:
http://www.chriscodes.com/articles/Connecting_to_MSSQL_from_PHP_under_Linux/

--
Chris Martin
Web Developer
Open Source  Web Standards Advocate
http://www.chriscodes.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: using the mssql functions on a linux server

2004-07-14 Thread Skippy
On Mon, 12 Jul 2004 14:54:15 -0400 [EMAIL PROTECTED] (Edward Peloke) wrote:
 Is this the only way around it?  Can I get to mssql without using the mssql
 extension?

I don't think so. Plus, the entire setup is a bit complicated and you need
FreeTDS as well as UnixODBC installed, plus some /etc configuration magic.

FWIW, I have an article on the subject. It's in Romanian, but the commands,
configuration files and testing PHP code are clearly marked and are of course
universal, so perhaps you can make do with just some copypaste.

See here:
http://rowd.zuavra.net/articole/11/p2/

P.S.: If anyone wishes to put an English version on their site please contact
me in private. I'll take the time to translate it. I haven't put the English
version on the Web myself since my site is meant to be in Romanian only.

-- 
Skippy - Romanian Web Developers - http://ROWD.ORG

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Re: using the mssql functions on a linux server

2004-07-14 Thread Michael Sims
Skippy wrote:
 Is this the only way around it?  Can I get to mssql without using
 the mssql extension?

 I don't think so. Plus, the entire setup is a bit complicated and you
 need FreeTDS as well as UnixODBC installed, plus some /etc
 configuration magic.

Why is UnixODBC necessary?  I've been using PHP and FreeTDS to connect to a MS SQL 7
server for the past 2+ years and I've never touched UnixODBC.  Is there something
I'm missing by not using UnixODBC as well?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: using the mssql functions on a linux server

2004-07-12 Thread Arnout Boks
== Quote from http://php.us.themoes.org/manual/en/ref.mssql.php: ==
To use the MSSQL extension on Unix/Linux, you first need to build and
install the FreeTDS library. Source code and installation instructions are
available at the FreeTDS home page: http://www.freetds.org/

Hope this helps you,
Arnout

Edward Peloke [EMAIL PROTECTED] schreef in bericht
news:[EMAIL PROTECTED]
 This may be a dumb question but how do I enable the mssql extension on a
 Linux server...if possible?  I have a site which needs to connect to a
mssql
 db.  On my windows server, I just enable the mssql.dll extension...how do
I
 do it on the Linux server?

 Thanks,
 Eddie

  WARNING:  The information contained in this message and any attachments
is
 intended only for the use of the individual or entity to which it is
 addressed.  This message may contain information that is privileged,
 confidential and exempt from disclosure under applicable law.  It may also
 contain trade secrets and other proprietary information for which you and
 your employer may be held liable for disclosing.  You are hereby notified
 that any unauthorized dissemination, distribution or copying of this
 communication is strictly prohibited.  If you have received this
 communication in error,  please notify [EMAIL PROTECTED] by E-Mail and
then
 destroy this communication in a manner appropriate for privileged
 information.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Re: using the mssql functions on a linux server

2004-07-12 Thread Edward Peloke
Is this the only way around it?  Can I get to mssql without using the mssql
extension?

-Original Message-
From: Arnout Boks [mailto:[EMAIL PROTECTED]
Sent: Monday, July 12, 2004 1:59 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: using the mssql functions on a linux server


== Quote from http://php.us.themoes.org/manual/en/ref.mssql.php: ==
To use the MSSQL extension on Unix/Linux, you first need to build and
install the FreeTDS library. Source code and installation instructions are
available at the FreeTDS home page: http://www.freetds.org/

Hope this helps you,
Arnout

Edward Peloke [EMAIL PROTECTED] schreef in bericht
news:[EMAIL PROTECTED]
 This may be a dumb question but how do I enable the mssql extension on a
 Linux server...if possible?  I have a site which needs to connect to a
mssql
 db.  On my windows server, I just enable the mssql.dll extension...how do
I
 do it on the Linux server?

 Thanks,
 Eddie

  WARNING:  The information contained in this message and any attachments
is
 intended only for the use of the individual or entity to which it is
 addressed.  This message may contain information that is privileged,
 confidential and exempt from disclosure under applicable law.  It may also
 contain trade secrets and other proprietary information for which you and
 your employer may be held liable for disclosing.  You are hereby notified
 that any unauthorized dissemination, distribution or copying of this
 communication is strictly prohibited.  If you have received this
 communication in error,  please notify [EMAIL PROTECTED] by E-Mail and
then
 destroy this communication in a manner appropriate for privileged
 information.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php