R
RonInOttawa
I have an MDI application that has about a half dozen child forms. 3 or 4 of
them create the exact same dataset to retrieve information from a SQL Server
database and populate a combo box.
I was thinking that if I could simply create the datasets (2 of them) in the
parent then I would save a lot of time fetching stuff from the server and
would also eliminate a lot of useless network traffic. Since the parent is
always there, the data should persist - Right?
So, is it possible to access the datasets created in the parent from the
children?
Thanks
Ron...
them create the exact same dataset to retrieve information from a SQL Server
database and populate a combo box.
I was thinking that if I could simply create the datasets (2 of them) in the
parent then I would save a lot of time fetching stuff from the server and
would also eliminate a lot of useless network traffic. Since the parent is
always there, the data should persist - Right?
So, is it possible to access the datasets created in the parent from the
children?
Thanks
Ron...