How to update a view with two detail table
- From: "ad" <flying@xxxxxxxxxxxxxxx>
- Date: Fri, 16 Dec 2005 20:18:09 +0800
I have a view, it is create by one primary table and two detail tables, like
SELECT St.GuyID,
WH.Weight,WH.Height,
Sight.SightL, Sight.SightR
FROM St,WH, Sight where
WH.GuyID = St.GuyID and Sight.GuyID = St.GuyID
I was use this select statement in a SqlDataSource.
How can I write the update statement for it?
.
- Follow-Ups:
- Re: How to update a view with two detail table
- From: Cor Ligthert [MVP]
- Re: How to update a view with two detail table
- Prev by Date: Re: Oracle 8.1.7 client and Visual Studio 2005 connection problem ORA-12537
- Next by Date: Re: Determing which column is identity column
- Previous by thread: Inverting the DataRelation nesting order for XmlDataDocument?
- Next by thread: Re: How to update a view with two detail table
- Index(es):
Relevant Pages
|