A new technical article covering the SQL Server 2005 Driver for PHP is now available on MSDN: Accessing SQL Server Databases with PHP . This article highlights many of the features of the driver by examining portions of the Example Application that is available in the documentation . Here’s the table of contents to pique your interest:
- Introduction
- Loading the Driver
- Configuring the Driver
- Creating a Connection
- Connection Pooling
- Executing a Query
- Retrieving Data from the Server
- Retrieving Data as an Array
- Retrieving Images
- Sending Data to the Server
- Sending Images to the Server
- Moving Through Groups of Result Sets
- Handling Errors and Warnings
- Resources
- Conclusion
Brian Swan
Programming Writer – SQL Server Driver for PHP