• 0

Connecting VB.net to Access Tables


Question

I've been looking around on the net on how to connect a vb.net front end to a access database.

I've tried various types of codes but can't seem to get it working how I'd like it.

I'm using various controls on my VB.net, combo boxes and check boxes and i want these controls to access the attributes inside the tables.

Here is an image of the program:

37785367.th.jpg

The combo box will just read from the database but when the check boxes are selected, they need to store in a separate table.

I need help on the any code that can be used for the vb.net

-Thanks.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Hi SinghKing,

To expand on what Mr. Bean has said, you're going to be using an ADO.NET provider (specifically the OleDb Provider) to connect and execute queries against your active database. Are you looking to use binding controls to accomplish this, or would you like examples of manual queries without data binding?

Link to comment
Share on other sites

  • 0
Hi SinghKing,

To expand on what Mr. Bean has said, you're going to be using an ADO.NET provider (specifically the OleDb Provider) to connect and execute queries against your active database. Are you looking to use binding controls to accomplish this, or would you like examples of manual queries without data binding?

Whats the difference between with and without using binding control?

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.