Subject | Re: [IBO] cascade relations |
---|---|
Author | Gediminas |
Post date | 2003-08-24T16:42:34Z |
At 2003.08.24 15:24, you wrote:
- what does it mean? As I understand, SELECT selects a subset of records
and there is no any updatable or deletable action.
select .... for update <- don't understand till now ;)
KeyRelation - almost nothing in help file about this - how to use in my case?
--/ Gediminas /--
The Truth Is Out There
>Since you want to show your users meaningful names instead of IDs,RequestLive says, that it "make a SELECT statement updatable and deletable"
>include name and/or description fields for classes and dances in the
>SQL. You can do this with subselects and/or joins. If you use a join,
>set qryClassDancesDet->KeyRelation to Class_Dances (via Object
>Inspector or Query Editor). Again, make the ID fields invisible.
- what does it mean? As I understand, SELECT selects a subset of records
and there is no any updatable or deletable action.
select .... for update <- don't understand till now ;)
KeyRelation - almost nothing in help file about this - how to use in my case?
--/ Gediminas /--
The Truth Is Out There