I heard its possible to access Microsoft SQL Server from PHP3. How?
On Windows 95/NT machines, you can simply use the included ODBC support and the correct ODBC driver. On Unix machines, you can use the Sybase-CT driver to access Microsoft SQL Servers because they are (at least mostly) protocol-compatible. Sybase has made a free version of the necessary libraries for Linux systems. For other Unix operating systems, you need to contact Sybase for the correct libraries. Also see the answer to the next question – 1.6.
Related Questions
- Isn the product strategy with Microsoft SQL Server 7.0 to make database administration as easy as possible? Why is a certification necessary?
- For Microsoft SQL Server access, is it possible to use MS Enterprise Manager to manage my database?
- I heard its possible to access Microsoft SQL Server from PHP. How?