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 .
i want the whole process how vb.net use microsoft access information
Collapse
X
-
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. -
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 dataComment
Comment