Entry
Poor Performance of a PHP-based Application operating with a MS-ACCESS database
Jul 17th, 2000 12:57
Matt Gregory, Sylvester Burckhardt,
You are going to get poor performance from any application hitting
Access databases, especially through ODBC.
You might want to consider using something else. FoxPro works much
better.
You can also accellerate you performance by not using field names to
access field data. Try getting the field id number and then using the
number of the field instead of the name to get the information in the
field.