Hi,
i just need a sample application which uses C# to create a data entry form.
i want to know that how this can be done using a DataSet. Or if it can not be done at all ?
I can do this using SQLCommands in C#.
-Bolero-
Printable View
Hi,
i just need a sample application which uses C# to create a data entry form.
i want to know that how this can be done using a DataSet. Or if it can not be done at all ?
I can do this using SQLCommands in C#.
-Bolero-
has nobody got a reply??? :(
Can you be a little more descriptive about what you are looking for?
Sure. I have a simple WinForm. A few text boxes to fill. a database to update.
Now what I used to do in VB that we used to create a recordset and use AddNew method to add new row and so on.
How do I do it using dataset which is the supposed alternative of RecordSet in ADO.NET. Is it possible or not?
I have already done it using the SQLCOmmand object in C#.
-Bolerophone-