Hello everyone,
I'am working on a web based application using PHP and Paradox (connects via Microsoft Paradox ODBC v4.00.6200.00).
PHP ODBC functions seem to work fine with tables that are not password protected. I can view, add, edit, and delete records without a problem.
But when I tried add password on my paradox tables, it seems that I can only view records. When I execute INSERT, UPDATE, DELETE statements I receive the following error:
"[Microsoft][ODBC Paradox Driver] Operation must use an updateable query."
Does anyone know how to solve this problem? Please help.
Thanks,
Joseph