> -----Original Message-----
> From: webmaster uva [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 30, 2001 6:56 AM
> To: php
> Subject: [PHP] Connecting PHP to SQL Server
>
>
> I have to connect one Solaris computer (Netscape Enterprise
> Server) with PHP to another one with NT (database SQL Server).
>
> I have to get data from the SQL Server database using PHP.
>
> Is it possible?
Definitely possible.
You'll want to install the FreeTDS libraries (http://freetds.org/) on
the Solaris machine, then rebuild PHP using the --with-sybase option
when you run configure. That'll enable a set of mssql functions for you
to use.
---
Mark Roedel ([EMAIL PROTECTED]) || "There cannot be a crisis next week.
Systems Programmer / WebMaster || My schedule is already full."
LeTourneau University || -- Henry Kissinger
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]