I am expanding our in-house application on our Postgres database. One really key feature in Postgres is the ability to create Updatable Views.
Unfortunately, I am not having much success when linking my Access 97 front-end to my view.
The form in my Access app displays the records in the view fine, but I can't update any data. Access 97 is reporting it as a non-updatable set. I know that my UPDATE RULE is working properly because I can run UPDATE statements from within pgAdmin.
I am 95% certain that it is not a permissions issue because my linked table was connected through the same superuser account (yes, I plan on changing that later).
If you need to see code, than I can provide it, but I am hoping that someone viewing this post may have seen this problem before and know how to remedy it. Is it a bug/limitation of the psqlODBC driver?
Thanks,
Gary
Unfortunately, I am not having much success when linking my Access 97 front-end to my view.
The form in my Access app displays the records in the view fine, but I can't update any data. Access 97 is reporting it as a non-updatable set. I know that my UPDATE RULE is working properly because I can run UPDATE statements from within pgAdmin.
I am 95% certain that it is not a permissions issue because my linked table was connected through the same superuser account (yes, I plan on changing that later).
If you need to see code, than I can provide it, but I am hoping that someone viewing this post may have seen this problem before and know how to remedy it. Is it a bug/limitation of the psqlODBC driver?
Thanks,
Gary