Results 1 to 2 of 2

Thread: Data Access and Grid control

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2004
    Posts
    4

    Question Data Access and Grid control

    Hi,
    Could some one please help me with the following :-
    I have a table in the MS Access DataBase. And I need to access the table (inorder to display, add and edit the records) ALL Through CODE.
    Could someone help me with the code for setting up a connection and reading the records for manipulation and storing the changed records back into the table?
    I want the results to be populated in a tabluar form. What control is best for the same? If I use a Gridcontrol can I edit the fields? I mean, I need one field(column in the grid) to be a combo box since, while adding a new record in the grid, the user should be able to choose a value from a drop down list of values which come from another table!
    Could someone guide me since I am kind of new to .NET?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Although I could help, I would still suggest that you learn ADO.NET for this.

    I see no point in accomplishing something without understanding how it works.

    Once you're familiar with ADO.NET, it'll be easy for you.

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