-
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.
-
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