PEAR MDB2 code examples
Information
none
Operating system used
Windows XP Home Edition Version 5.1 SP 2
Software prerequisites
PEAR MDB2
Procedure
- Example 1:
Make sure "persistent" is set, otherwise you can get the following error message when querying large amount of records:
MDB2 Error: connect failed - connect: [Error message: Can't connect to MySQL server on 'localhost' (10048)] [Native code: 2003] [Native message: Can't connect to MySQL server on 'localhost' (10048)]
|