Re: Database views
From: CM (CM_at_discussions.microsoft.com)
Date: 09/25/04
- Previous message: Stefan Wuebbe: "Re: Database views"
- In reply to: Stefan Wuebbe: "Re: Database views"
- Next in thread: Stefan Wuebbe: "Re: Database views"
- Reply: Stefan Wuebbe: "Re: Database views"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 24 Sep 2004 18:07:02 -0700
Thanks. Why might the SET RELATION not be as reliable?
CM
"Stefan Wuebbe" wrote:
>
> "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: Stefan Wuebbe: "Re: Database views"
- In reply to: Stefan Wuebbe: "Re: Database views"
- Next in thread: Stefan Wuebbe: "Re: Database views"
- Reply: Stefan Wuebbe: "Re: Database views"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|