G
Guest
Hi
I am builing a data application with about 40 tables and am looking for a
simple way to validate all my data.
I am wondering if it makes sense to build one dataset that represents the
entire database, build a class that handles and validates all the insert and
update events and displays user messages on invalid data. I need to be able
to change data and then cancel the changes without writing them to the
database. I also like the way a dataset allows me to use .NET code to access
relational data.
I would like to hear from anyone that has experience on this matter.
thanks
I am builing a data application with about 40 tables and am looking for a
simple way to validate all my data.
I am wondering if it makes sense to build one dataset that represents the
entire database, build a class that handles and validates all the insert and
update events and displays user messages on invalid data. I need to be able
to change data and then cancel the changes without writing them to the
database. I also like the way a dataset allows me to use .NET code to access
relational data.
I would like to hear from anyone that has experience on this matter.
thanks