I'm getting ready to create a rather major-league class having a ton of properties and methods and want to know what's best to use as the baseclass. I don't necessarily want it visible. But I do want it to be able to deal with several tables and or views and change them out as required. And I want to be able to add more than one instance of the object to a given form. Since I'm going to add them to forms I can't use forms, as I understand it. And I suppose I need private data sessions. I'd also like it to be web accessable if possible. What can I use, or am I asking too much?
Dave Dardinger
Dave Dardinger