
To DataSet or Not to DataSet
Hi Scott,
I think it makes sense to hold datatables that are related to each other in
some way (possibly just in purpose, not literally) in a dataset eg:
everything to do with some aspect of the data.
HTH
--
Greg Low
MSDE Manager SQL Tools
www.whitebearconsulting.com
Quote:
> Hello,
> I am an Access/VBA/VB6 developer learning VB.NET.
> I am working on a database application that I am building in VB.NET
> connecting to a Jet 4.0 database. I have a single dataset that I am
working
> with and I have all of my OleDbDataAdapters connected to it.
> Is this a good practice or should I have a separate dataset for each
> OleDbDataAdapter or some combination of the above? What's a good rule of
> thumb?
> Any insight would be greatly appreciated.
> Thanks,
> Scott