hi ,everybody how can i use php to create .mdb that can be recognized by access,i use fopn("test.mdb","w+"),but the file was not accepted by access?
must admit i didnt think that php (ODBC moreover) could create it's own database to use - it;s fine with tables and so on but i didnt think it had teh power to create it's own ones.
I may be wrong though - it has happened before!
somebody had told me if you had knew the access data structure you can create .mdb file by the notebook without access software
does anybody have idea?