guichoprogamer
New member
- Joined
- May 22, 2009
- Messages
- 2
- Programming Experience
- 5-10
Hi all!
I have a connection class that deals with all db related stuff (i.e. connecting to and disconnecting from db, transactions, db info, etc.) Now, I want to have another class for managing data by using datasets, datatables and dataadapters. How can I make this new class inherit the connection class?
Any help will be greatly appreciated. Thanks!
I have a connection class that deals with all db related stuff (i.e. connecting to and disconnecting from db, transactions, db info, etc.) Now, I want to have another class for managing data by using datasets, datatables and dataadapters. How can I make this new class inherit the connection class?
Any help will be greatly appreciated. Thanks!