Re: Views and Access 2000

From: Nick Haw <nick(dot)haw(at)operagrp(dot)com>
To: "'Henshall, Stuart - WCP'" <SHenshall(at)westcountrypublications(dot)co(dot)uk>, "'pgsql-interfaces(at)postgresql(dot)org'" <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: Views and Access 2000
Date: 2002-06-19 09:25:36
Message-ID: 71F468541618D3118DDF204C4F4F5020775D7B@MAPSERVER
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)westcountrypublications(dot)co(dot)uk]
Sent: 18 June 2002 12:31
To: Nick Haw; 'pgsql-interfaces(at)postgresql(dot)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(dot)haw(at)operagrp(dot)com <mailto:nick(dot)haw(at)operagrp(dot)com>
]
Sent: 12 June 2002 16:46
To: 'pgsql-interfaces(at)postgresql(dot)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?

Browse pgsql-interfaces by date

  From Date Subject
Next Message Henshall, Stuart - WCP 2002-06-19 09:36:44 Re: Views and Access 2000
Previous Message Amit Lamba 2002-06-18 16:34:21 jdbc driver problem