Re: Database views
From: Stefan Wuebbe (stefan.wuebbe_at_gmx.de)
Date: 09/24/04
- Previous message: CM: "Database views"
- In reply to: CM: "Database views"
- Next in thread: CM: "Re: Database views"
- Reply: CM: "Re: Database views"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 24 Sep 2004 08:17:54 +0200
"CM" <CM@discussions.microsoft.com> schrieb im Newsbeitrag
news:25B45F82-6DD3-4FAF-BE0F-B84B6859668B@microsoft.com...
>I built my database with four tables linked via inner joins. Each table has
> a primary key associated with it. When I build a view using fields from all
> four tables, can I use the INDEX command on the view?
Yes.
(Indexing views only works temporarily at runtime though.)
> Can I open another
> database view, index it and SET RELATION to the first one based on this index?
Yes.
(But Set Relation may not work as reliable as a multi-join,
in Vfp grids for example.
Alternatively you could just create another view joining all
tables together.)
hth
-Stefan
- Previous message: CM: "Database views"
- In reply to: CM: "Database views"
- Next in thread: CM: "Re: Database views"
- Reply: CM: "Re: Database views"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|