المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Typed DataSets



C# Programming
05-05-2009, 05:22 PM
Hi.

I have a question. Say you have a database with 10 tables, they all are related to each other. Now you start your Windows application and obviously you implement a typed dataset to enable offline work etc.

My question is this, is it better to create a few datasets or just one? Can I create a dataset for each table in the database?

Illegal Operation