| Question : | Can I connect to a Microsoft Access database without a DSN? | |
| | Answer : | Yes it is possible to use an Access database without a DSN, but not nativly with php's odbc extentions. Instead you can use COM with php to do it. We suggest you read the following articles / tutorials for more information about the subject.
ODBC and DSN-less Connections for PHP
Using COM with PHP
| | |