Re: insufficient key column information for updating or refreshing
- From: "Keith G Hicks" <krh@xxxxxxxxxxx>
- Date: Mon, 30 Oct 2006 14:19:49 -0500
Not possible. None of my views in this case are updateable.
Keith
"Helmut Woess" <user22@xxxxxxxx> wrote in message
news:1qbv6ogxbbhjs.1eu057cuz26zy$.dlg@xxxxxxxxxxxxx
I am not sure if this helps, but try to build your view with option WITH
VIEW_METADATA, for example:
CREATE VIEW dbo.vwAllCustomers WITH VIEW_METADATA
AS SELECT * FROM dbo.Customers
And then if you use INSTEAD-OF-Triggers together with your view you can
even directly insert/update/delete data.
bye,
Helmut
.
- References:
- insufficient key column information for updating or refreshing
- From: Keith G Hicks
- Re: insufficient key column information for updating or refreshing
- From: Helmut Woess
- insufficient key column information for updating or refreshing
- Prev by Date: Re: insufficient key column information for updating or refreshing
- Next by Date: Re: insufficient key column information for updating or refreshing
- Previous by thread: Re: insufficient key column information for updating or refreshing
- Next by thread: Re: insufficient key column information for updating or refreshing
- Index(es):