Revision #5 was created by vcxz_1982 on May 14, 2011, 4:46:55 AM.
change format and comment
Content
Use SQL SERVER 2000, the date format not like: yyyy/mm/dd hh:mm:ss.
So I change to use SQL SERVER 2008 EXPRESS.
1. download PDO MS EXT from: [http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=80e44913-24b4-4113-8807-caae6cf2ca05](http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=80e44913-24b4-4113-8807-caae6cf2ca05 "MS ")
2. setup or release it.
3. read the manual, copy .dll to PHP Ext Dir, and enable this EXT in php.ini.
I recommend
PDO drviers 2.0: if use MSSQL2005, need the Microsoft SQL Server 2008 R2 Native Client installed; Please read: System Requirements (Microsoft Drivers for PHP for SQL Server)
3. read the manual, copy .dll to PHP Ext Dir, and enable this EXT in php.ini.