i want the whole process how vb.net use microsoft access information

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • melaku 1
    New Member
    • Aug 2017
    • 1

    i want the whole process how vb.net use microsoft access information

    like i have a simple interface on vb.net and i want how can i get detail information from Microsoft access. first both of them must be linked each other and then when i click my vb.net interface the whole information display their.pleas help me and thank you .
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32634

    #2
    This question is about how to use .NET to access MS Access information so I've moved it across to the .NET Answers forum.

    If there are any MS Access specific questions related to the actual data itself then that will require separately posted question(s) in the MS Access Answers forum.

    Any and all questions must be posted clearly and should never require experts to ask the poster what it is they want. That should always be clear from the original question.

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      You need to use classes in the OleDB Namespace (<- link to documentation) to connect to the Access Database.

      Check out this walk through article on How to use Microsoft Visual Basic .NET to connect to a Microsoft Access database and to retrieve data

      Comment

      • NeoPa
        Recognized Expert Moderator MVP
        • Oct 2006
        • 32634

        #4
        Thanks for jumping in Frinny.

        I know you're busy with other matters now so appreciate your taking the time to help here.

        All the best -Ade.

        Comment

        Working...