Board index » delphi » client datasets & nested datasets
Peter Eulberg
![]() Delphi Developer |
Fri, 02 Feb 2001 03:00:00 GMT
client datasets & nested datasets
Hi folks,
I'm still tryin to do a biological simulation model. Therefore I want to create a dataset that is nested in another dataset which is also nested in a dataset, a.s.o. My datastructure has a max depth of 5 datasets. How can I realize this ? It seems that I can do nested datasets just one step deep; nest a dataset in another. I did this via ftDataset in the childdefs, but if I try to get a step deeper it won't let me create the dataset. What about using ftReference ? How do I setup such a nested dataset structure?? I actually wanted to use the cds because I can then save the whole structure in one file to disc. By the way is there any good online tutorial or book on D4, especially on this dataset thing ?? Any help appreciated... thx peter e. |