Hi all,

as a beginner in VB 2005 (Express) I have another simple question. I want to build an application, which holds its data in a dataset. The reading and writing of data in the dataset should be controlled by several dialogs. Every dialog is placed on his own form what means, that it has its own class. Now I would like to know how and where in the application the dataset must be declared, so that I can connect to it from every class/dialog. What is best practice in this case?

Thanks & have a good new year 2006!

TheTree