D
Doru Roman
Hi,
I am new to .NET and I created a data adapter which generated the
SelectCommnad, UpdateCommand, DeleteCommand and InsertCommand through the
wizard. But what do I do with them? How do I use them, what are the methods
to trigger an Insert, a Select, an Update or a Delete? Can someone explain
to me?
Also is DataReader the only way of retrieving the result of a Select query?
Is ExecuteNonQuery the only way to make an update, delete or insert?
Thanks,
Doru
I am new to .NET and I created a data adapter which generated the
SelectCommnad, UpdateCommand, DeleteCommand and InsertCommand through the
wizard. But what do I do with them? How do I use them, what are the methods
to trigger an Insert, a Select, an Update or a Delete? Can someone explain
to me?
Also is DataReader the only way of retrieving the result of a Select query?
Is ExecuteNonQuery the only way to make an update, delete or insert?
Thanks,
Doru