From: | "Lim Seng" <mambolim(at)pacific(dot)net(dot)sg> |
---|---|
To: | <pgsql-novice(at)postgresql(dot)org> |
Subject: | Updating views |
Date: | 2003-11-07 13:37:28 |
Message-ID: | 000801c3a534$499af3c0$b1f918d2@sengster |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Hi,
I have read up on the techdocs regarding updating or inserting data to a data through views. I am combining 2 tables and to the user this may appear as one table through the use of views. However, I have problems letting users perform updates,inserts or deletes through views.
I am running Postgresql 7.3.3 on a Redhat Linux 9.0.
1. Such operations are performed through the use of Microsoft Access, whereby I have encountered errors where it asks me to create a rule to do instead nothing. When I created the rule, it says no current record.
2. After reading up the techdocs, I finally was able to perform updates on the first table but not the second. When I updated data on the second table, it disappears the next time I open up Access.
Does anyone has a better idea on how to get around this as I want the users to see only 1 table and manage that only one table? The techdocs was helpful but it only talked about updating through 1 view created on 1 table. Hence, my various attempts proved futile.
Regards,
Lim Seng
From | Date | Subject | |
---|---|---|---|
Next Message | Sergey Belikov | 2003-11-07 16:40:26 | How to change PQexec timeout? |
Previous Message | Bruce Momjian | 2003-11-06 23:29:26 | Re: Update cursor - current of?? |