Results 1 to 2 of 2

Thread: What do you suggest?

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Posts
    3

    What do you suggest?

    Hi all!
    I'm going to make an simple application using a MS Access Database.
    I'll put some features like 'List', 'Edit', 'Modify' and 'Delete'.

    What i want is to programmaticaly (without using Datalists or Datagrids) show each record(row) at the time and a button that goes forward or back.

    I've tried ExecuteScalar in order to get only one record, but i had no success...


    What do you suggest to use? Which class/object in the complex ADO.NET universe?

    Please, any help would be greatful.
    Thanx in advance

    B.

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    you can use the .Fill method as you can set a start and end record, so in that case you can use it to fill a dataset with only 1 record
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

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