Home » Database » DB » Bug #5795
MsAccess ODBC directly to file
Details
| Request #5795 | MsAccess ODBC directly to file |
|---|---|
| Submitted | 2005-10-27 11:37 UTC |
| From | elran70 at hotmail dot com |
| Status | Wont fix |
| Package | DB |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-10-27 11:37 UTC] elran70 at hotmail dot com
Description:
------------
It might be handy to add MsAccess connection directly to a file using the PEAR:DB, eg:
odbc(access)://tcp()driver=Microsoft Access Driver (*.mdb);dbq=PATH_TO_MDB_FILE
It took me a while to find it, but I think this is the appropriate place for it.
Eldad.
Test script:
---------------
$DSN = 'odbc(access)://tcp()driver=Microsoft Access Driver (*.mdb);dbq=PATH_TO_MDB_FILE';