Re: Views and Access 2000 - Mailing list pgsql-interfaces

From Nick Haw
Subject Re: Views and Access 2000
Date
Msg-id 71F468541618D3118DDF204C4F4F5020775D7B@MAPSERVER
Whole thread Raw
In response to Views and Access 2000  (Nick Haw <nick.haw@operagrp.com>)
List pgsql-interfaces
Thanks for the reply, but just to clarify (sorry I'm a bit new to all this). With the view I've got, do I create a table that is exactly the same as the view, but with no data in it, and then use a rule on that table to bring the data from the view? Or am I over complicating this?
 
Many Thanks
 
Nick Haw
-----Original Message-----
From: Henshall, Stuart - WCP [mailto:SHenshall@westcountrypublications.co.uk]
Sent: 18 June 2002 12:31
To: Nick Haw; 'pgsql-interfaces@postgresql.org'
Subject: RE: Views and Access 2000

Hello,
        If you create a table with suitable fields, including a primary key
and then use a select rule this will do it.
hth,
- Stuart

-----Original Message-----
From: Nick Haw [mailto:nick.haw@operagrp.com]
Sent: 12 June 2002 16:46
To: 'pgsql-interfaces@postgresql.org'
Subject: Views and Access 2000

OK, i have some views that I need people to be able to use in Access 2000. When I try an link them using my ODBC data source I always get a dialogue box which says "select unique record identifier" even though the table the view is using has got a primary key. I don't want this box to appear, is there anyway I can stop it?

pgsql-interfaces by date:

Previous
From: Amit Lamba
Date:
Subject: jdbc driver problem
Next
From: "Henshall, Stuart - WCP"
Date:
Subject: Re: Views and Access 2000