Re: [PHP-DB] PHP - MSSQL - LINUX

2004-03-17 Thread Santhosh Kumar
Hi Madhu,
 I am speaking about MSSQL not MySQL . 
Is it possible can i get for MSSQL.so from MYSQL Installation.

Thanks and Regards,
Santhosh Kumar.M


- Original Message - 
  From: Madhu Manjari 
  To: [EMAIL PROTECTED] 
  Sent: Wednesday, March 17, 2004 2:27 PM
  Subject: Re: [PHP-DB] PHP - MSSQL - LINUX


  Hi Santosh Try to install mysql-3..22 source where you will get all libraries by 
default . After installation of mysql configure php support with mysql. Madhu.  Hi 
All,   Where do I get mssql.so to connect mssql with my PHP4.0.6 and PHP4.3.3   
Regards,  Santos Kumar.M 
  --
  This Message and any attachments is intended solely for the addresses and is 
confidential.
  If you receive this message in error or if you are not the intended recipient, 
please delete the mail.
  Any use not in accord with its purpose, any dissemination or disclosure, either 
whole or partial, is prohibited.
  Please inform us in case of erroneous delivery, thanks for your cooperation.



Re: [PHP-DB] PHP - MSSQL - LINUX

2004-03-17 Thread Adam Voigt
No, if you are attempting to run PHP under Windows, you want the MSSQL
DLL File, if you are attempting to run PHP under Linux or Unix, you want
to install FreeTDS from www.freetds.org


On Wed, 2004-03-17 at 05:17, Santhosh Kumar wrote:
 Hi Madhu,
  I am speaking about MSSQL not MySQL . 
 Is it possible can i get for MSSQL.so from MYSQL Installation.
 
 Thanks and Regards,
 Santhosh Kumar.M
 
 
 - Original Message - 
   From: Madhu Manjari 
   To: [EMAIL PROTECTED] 
   Sent: Wednesday, March 17, 2004 2:27 PM
   Subject: Re: [PHP-DB] PHP - MSSQL - LINUX
 
 
   Hi Santosh Try to install mysql-3..22 source where you will get all libraries 
 by default . After installation of mysql configure php support with mysql. Madhu.  
 Hi All,   Where do I get mssql.so to connect mssql with my PHP4.0.6 and PHP4.3.3  
  Regards,  Santos Kumar.M 
   --
   This Message and any attachments is intended solely for the addresses and is 
 confidential.
   If you receive this message in error or if you are not the intended recipient, 
 please delete the mail.
   Any use not in accord with its purpose, any dissemination or disclosure, either 
 whole or partial, is prohibited.
   Please inform us in case of erroneous delivery, thanks for your cooperation.
-- 

Adam Voigt
[EMAIL PROTECTED]

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



RE: [PHP-DB] PHP - MSSQL - LINUX

2004-03-17 Thread Brock Jimmy D Contr DODHSR5
Open your php.ini file and uncomment the line:

extension=php_mssql.dll

Happy coding,

Jimmy Brock

-Original Message-
From: Santhosh Kumar [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 17, 2004 5:17 AM
To: PHP DB; [EMAIL PROTECTED]
Subject: Re: [PHP-DB] PHP - MSSQL - LINUX


Hi Madhu,
 I am speaking about MSSQL not MySQL . 
Is it possible can i get for MSSQL.so from MYSQL Installation.

Thanks and Regards,
Santhosh Kumar.M


- Original Message - 
  From: Madhu Manjari 
  To: [EMAIL PROTECTED] 
  Sent: Wednesday, March 17, 2004 2:27 PM
  Subject: Re: [PHP-DB] PHP - MSSQL - LINUX


  Hi Santosh Try to install mysql-3..22 source where you will get all libraries by 
default . After installation of mysql configure php support with mysql. Madhu.  Hi 
All,   Where do I get mssql.so to connect mssql with my PHP4.0.6 and PHP4.3.3   
Regards,  Santos Kumar.M 
  --
  This Message and any attachments is intended solely for the addresses and is 
confidential.
  If you receive this message in error or if you are not the intended recipient, 
please delete the mail.
  Any use not in accord with its purpose, any dissemination or disclosure, either 
whole or partial, is prohibited.
  Please inform us in case of erroneous delivery, thanks for your cooperation.

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



Re: [PHP-DB] PHP - MSSQL - LINUX

2004-03-17 Thread Robert Twitty
You will need to install and configure the FreeTDS library.  Another
alternative is to use ODBTP, which is available at
http://odbtp.sourceforge.net.  It is much easier to
install and configure than FreeTDS, and supports all of the mssql_*
functions. However, ODBTP requires a WIn32 service to be installed on the
machine running SQL server, or some other Win32 machine that can be
accessed by the Linux machine.  If this is not a problem, you will be
able to get connected more quickly, and with additional capabilities.

-- bob

On Wed, 17 Mar 2004, Santhosh Kumar wrote:

 Hi All,

 Where do I get mssql.so to connect mssql with my PHP4.0.6 and PHP4.3.3

 Regards,
 Santos Kumar.M


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



[PHP-DB] PHP - MSSQL - LINUX

2004-03-16 Thread Santhosh Kumar
Hi All,

Where do I get mssql.so to connect mssql with my PHP4.0.6 and PHP4.3.3

Regards,
Santos Kumar.M