Connecting to Access database through Visual basic 2019.

Sheelnath Kekre 121 Reputation points
2021-01-24T13:11:50.05+00:00

Please give a simple example how to connect to Access database thr **Visual basic 2019 Programaticaly.**u
I designed a form with four text boxes and few buttons to Display . Add New . Delete , Update data , and move next, last, previous and first position of data in database.

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,668 questions
{count} votes

3 additional answers

Sort by: Most helpful
  1. Sheelnath Kekre 121 Reputation points
    2021-01-25T16:51:26.23+00:00

    thanks.
    But Suppose I added a new data to a table thru this program (access database program). I have one data grid view on the form , IT SHOW OLD DATA NOT THE ONE I JUST ADDED TO THE DATA TABLE THRU THIS FORM. In other words datagridview do not refresh or reset.I have to close the application and start again to see new data I have entered.

    0 comments No comments

  2. Sheelnath Kekre 121 Reputation points
    2021-02-02T04:10:48.937+00:00

    How add search facility to this example?

    0 comments No comments

  3. Sheelnath Kekre 121 Reputation points
    2021-02-02T13:09:17.67+00:00

    How to add search functionality to this example. I am using one textbox and one button on the form.