I work with a common database often, so I have a number of dataset and datatable classes that I like to copy from one program and reuse in the next. When I look at the files for a dataset class I see:
Dataset.Designer.vb
Dataset.vb
Dataset.xsc
Dataset.xsd
Dataset.xss
Which of these should I add to my new program to be able to reuse the class?
I know that if I add all 5 it creates problems with building in the new program.
Thanks for any suggestions.
Bernie
Dataset.Designer.vb
Dataset.vb
Dataset.xsc
Dataset.xsd
Dataset.xss
Which of these should I add to my new program to be able to reuse the class?
I know that if I add all 5 it creates problems with building in the new program.
Thanks for any suggestions.
Bernie
Last edited: