From: Kevin D. <kd...@ms...> - 2015-09-03 13:20:12
|
On Wed, Sep 2, 2015 at 11:57 PM, Jiří Činčura <ji...@ci...> wrote: > > Try to stay clear of DataTables. They are a huge hassle to use. Rather > use > > strongly-type objects out of your data access layer. > > Seconded. The days of datasets are long over. > It's not really an option for me right now. We have a lot of legacy code using DataTable. I've don't have much choice but to make this work. kd |