php-db | 2001051
Date: 05/14/01
- Next message: Felipe Moreno: "[PHP-DB] Image and Mysql capabilities"
- Previous message: Lokesh Wuluvarana: "Re: [PHP-DB] Performance of Stored Procedures ?"
- Maybe in reply to: Dragan Dinic: "[PHP-DB] php -> MSSQL"
- Next in thread: Felipe Moreno: "[PHP-DB] Image and Mysql capabilities"
- Reply: Felipe Moreno: "[PHP-DB] Image and Mysql capabilities"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> -----Original Message-----
> From: Dragan Dinic [mailto:dinic <email protected>]
> Sent: Monday, May 14, 2001 5:11 AM
> To: php-db <email protected>
> Subject: [PHP-DB] php -> MSSQL
>
>
> Is there any possible way to connect PHP (running on apache
> 1.3.12 on Red Hat Linux 7) with Microsoft SQL server (running
> on Windows 2000) ?
Yep.
As someone else has noted, the ODBC functions are one way.
Another way, particularly if you prefer to talk to the database directly
rather than through a translation layer, is to install the FreeTDS
libraries (http://www.freetds.org/) on your Linux machine and then build
PHP with the --with-sybase configuration parameter. This will enable
the mssql_* functions.
--- Mark Roedel (roedelm <email protected>) || "There cannot be a crisis next week. Systems Programmer / WebMaster || My schedule is already full." LeTourneau University || -- Henry Kissinger-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Felipe Moreno: "[PHP-DB] Image and Mysql capabilities"
- Previous message: Lokesh Wuluvarana: "Re: [PHP-DB] Performance of Stored Procedures ?"
- Maybe in reply to: Dragan Dinic: "[PHP-DB] php -> MSSQL"
- Next in thread: Felipe Moreno: "[PHP-DB] Image and Mysql capabilities"
- Reply: Felipe Moreno: "[PHP-DB] Image and Mysql capabilities"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

