If you use a typed dataset instead of plain-vanilla dataset, there is strong typing of fields. It will "feel" much like you custom data interface classes since the typed dataset essentially is just a hierarchical series of classes that mimic the underlying
database structures. Object instances are defined for rows, with typed properties for the columns. Basically the same thing you are coding by hand now from the sound of it...
krome
Member
190 Points
38 Posts
Re: class design w/DAAB
Jul 19, 2003 11:14 PM|LINK
MCSD, MCDBA, MCAD, CIC