How to Use DataSet in C#
-
Hi all, I use C# and SQL Server,I make DataSet by QueriesTableAdapter but I don't know how can use DataSet in C# program when i use Wizard DataSet
What exactly do you wanna do?
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
Hi all, I use C# and SQL Server,I make DataSet by QueriesTableAdapter but I don't know how can use DataSet in C# program when i use Wizard DataSet
Perhaps you should first ask yourself "why" to use a DataSet in your application.
-
What exactly do you wanna do?
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
I make DataSet By Wizard but when I want to use this DataSet in my application,C# does not know DataSet and not show method and properties
mghiassi wrote:
C# does not know DataSet and not show method and properties
So you should go back to your beginners books and tutorials until you understand how to add new files and classes to a project before you start messing around with DataSets.
led mike