SQL Error *** RESOLVED ***
I've got a PHP application which reads and updates an MS Access database using odbc and all is working fine. Then when I do a compact and repaire on the database and re-run my php application I get the following sql error:
'Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver]
Operation must use an updateable query., SQL state S1000 in
SQLExecDirect in c:\inetpub\wwwroot\specac\ppc\home.php on
line 20"
But when I revert back to the dbase before the repair everything's fine again. Has anyone ever come across this before.
Hope someone can help