Re: replacing multi-table-queries-bound-forms by view-bound forms

From: "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk>
To: 'KBR Immobilien GmbH' <Hannover(at)kbr-immobilien(dot)de>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: replacing multi-table-queries-bound-forms by view-bound forms
Date: 2002-03-18 11:44:49
Message-ID: E2870D8CE1CCD311BAF50008C71EDE8E01F74830@MAIL_EXCHANGE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I've had problems with views using linked tables with there being no primary
key.
To solve this I just created a table with a primary key and then created the
view by createing a select rule on it.
Hope this helps,
- Stuart

> -----Original Message-----
> From: KBR Immobilien GmbH [mailto:Hannover(at)kbr-immobilien(dot)de]
> Sent: 15 March 2002 10:27
> To: pgsql-odbc(at)postgresql(dot)org
> Subject: replacing multi-table-queries-bound-forms by view-bound forms
>
>
> I try to connect my msaccess application to Postgresql.
> I have a lot of query-bound forms, which also do some updating and
> insert,
> which I tried to transfer to view-bound forms.
> As far as I understand access transfers an transaction to Postgres but
> in the update case
> never gets a positive reply and makes a rollback.
> I defined my view update with rules and pgpsql-functions which is ok
> with psql.
> What is the best way to change my query-bound-forms to use them with
> psql
>
>

Browse pgsql-odbc by date

  From Date Subject
Next Message Henshall, Stuart - WCP 2002-03-21 15:19:33 Disallow Premature
Previous Message Henshall, Stuart - WCP 2002-03-18 11:41:28 Re: Weird Update Behaviour