cjard
Well-known member
- Joined
- Apr 25, 2006
- Messages
- 7,081
- Programming Experience
- 10+
I have 10 forms. The designer appears to have auto generated the following code:
Dim DataSet1 As New DataSet1()
for every form.. meaning the running copy of my app will have up to 10 datasets loaded with data and choking the machine. how do i tell the designer to centralise it all and use just one instance of my dataset?
Dim DataSet1 As New DataSet1()
for every form.. meaning the running copy of my app will have up to 10 datasets loaded with data and choking the machine. how do i tell the designer to centralise it all and use just one instance of my dataset?