1
Questions / Can one through ODBC use other databases than the standard ones
There are only four possible standard databases (SQLite, MySQL, Postgresql and MS SQL). However, in PHP one can connect to numerous types of databases, so I am wondering if one somehow may able to use an ODBC connection to make a project use a database other than the four standard ones?
Cheers,
Conrad