ODBC connectors

Are there any ODBC compliant connectors available for a Microsoft Access database?

Unfortunately they are not supported. It possible to configure PHP ( pdo driver ) and ASP version to use any ODBC source, including Access, but existing Access DB driver doesn’t support all necessary operations, so connectors can read from such source but will fail for insert | update operations.