Php and DataBase Abstraction for mySql, Sql Server, and MS Access?
Posted by David on 09/07/05 02:22
Is there a good DataBase Abstraction layer that will handle the
mySql, Sql Server, and MS Access engines? I do not wish to write the
same functions with the three different PHP db functions.
I see that php_dba is listed as an extension, but I determine which
DBs are supported. However, I think that it does not support the ones
I need.