J
James Morton
I am creating a dataset from xml on my main form using ReadXML. I have alot
of other forms and want to use data from the tables in the main forms
dataset. THIS IS NOT AN MDI APP. How can I set this up?
reference the main form then the data set?
put the dataset in its own class file?
use the dataset xsd (which I don't know how to do yet)?
something else I am not thinking of.
Obviously the entire point is to get the disconnected dataset into memory
and allow all my forms to hit the datables however they want. Also, since I
am creating the dataset from XML I dont think I can use most of the normal
wizards when doing this from server explorer.
Many thanks,
James M
of other forms and want to use data from the tables in the main forms
dataset. THIS IS NOT AN MDI APP. How can I set this up?
reference the main form then the data set?
put the dataset in its own class file?
use the dataset xsd (which I don't know how to do yet)?
something else I am not thinking of.
Obviously the entire point is to get the disconnected dataset into memory
and allow all my forms to hit the datables however they want. Also, since I
am creating the dataset from XML I dont think I can use most of the normal
wizards when doing this from server explorer.
Many thanks,
James M