If you're creating DataSets in forms then yes, creating multiple DataSets in multiple forms is appropriate. It really depends on the specifics of each form as to whether that form requires its own DataSet or it should get data from another form.
As you get more experienced you'll find that it's preferred not to create DataSets in forms at all. The most professional way to build software is with a dedicated data access layer. That data access layer can be constructed in various ways but it handles all the database access and then other components in your application request data from it.



LinkBack URL
About LinkBacks




Reply With Quote



Bookmarks