R
Roman Pokrovskij
Hello ALL
Is it possible to fill some tables in dataset with cached (some way) data ?
Explanations
I have an edit form in MDI interface. This form is based on one recordset.
Some controls on this form are lists and comboboxes.
And it is naturally that I don't want to have several datables copies with
data for this "lists" in local memory
But I still want to use one typed recordset and it relations support.
Is it possible to fill some tables in dataset with cached (some way) data ?
Explanations
I have an edit form in MDI interface. This form is based on one recordset.
Some controls on this form are lists and comboboxes.
And it is naturally that I don't want to have several datables copies with
data for this "lists" in local memory
But I still want to use one typed recordset and it relations support.