W
Willian F. Lopes
Hi everybody!
I have some questions about using DataSets that I need some help? May you
help me? My questions:
1) What's the best practice: a DataSet from each form (a form could use 1 or
more if necessary) and I just load the necessary data on this form or a
unique DataSet for the all program (loading all the data)?
2) I'm affraid about memory resource: when I have a DataSet in my form when
the memory used by the DataSet will not be used anymore (free)? When I close
the form? Is it necessary a special code to free this memory?
3) How much DataSet I can have into my program?
4) The DataSet that are not in use (not in a loaded form) are using memory?
Thanks for attention,
Willian Lopes
I have some questions about using DataSets that I need some help? May you
help me? My questions:
1) What's the best practice: a DataSet from each form (a form could use 1 or
more if necessary) and I just load the necessary data on this form or a
unique DataSet for the all program (loading all the data)?
2) I'm affraid about memory resource: when I have a DataSet in my form when
the memory used by the DataSet will not be used anymore (free)? When I close
the form? Is it necessary a special code to free this memory?
3) How much DataSet I can have into my program?
4) The DataSet that are not in use (not in a loaded form) are using memory?
Thanks for attention,
Willian Lopes