Results 1 to 4 of 4

Thread: Sample for ADO.NET

  1. #1

    Thread Starter
    Lively Member Bolerophone's Avatar
    Join Date
    Dec 2003
    Location
    Himalayas
    Posts
    123

    Sample for ADO.NET

    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-

  2. #2

    Thread Starter
    Lively Member Bolerophone's Avatar
    Join Date
    Dec 2003
    Location
    Himalayas
    Posts
    123
    has nobody got a reply???

  3. #3
    Addicted Member
    Join Date
    Jun 2003
    Location
    Birmingham, AL
    Posts
    188
    Can you be a little more descriptive about what you are looking for?

  4. #4

    Thread Starter
    Lively Member Bolerophone's Avatar
    Join Date
    Dec 2003
    Location
    Himalayas
    Posts
    123

    Question

    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-

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width