Suppose,
I have a MS Access File(D😎. It has the ODBC Name "mydb" and it containse two tables, table1 and table2
Now I want Using PHP to,
-Connect to this DB(mydb)
-display all records in table1
-insert new record in table1
-update new record in table1
Regards