vb .net application connectivity with msaccess

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ankuriec2
    New Member
    • May 2010
    • 1

    vb .net application connectivity with msaccess

    I have made one form in which 4 textbox 4 labels and 3 buttons.
    1label text ="Name"
    2label text="age"
    3label text="city"
    4label text="qualifica tion"

    textbox1 name="Name"
    textbox2 name="age"
    textbox3 name="city"
    textbox4 name="qualifica tion"

    after that i have made a database in msaccess with name is emp.mdb
    now i have made a table name employee
    in employee table i have made 4 column
    1.Name
    2.Age
    3.city
    4.qualification
    now after that how i have made a 3 buttons in form
    1-insert
    2-delete
    3-update
    i want to know the coding in each buttons and running application.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Please review the following article that outline how to use a database:
    Database tutorial Part 1
    Database tutorial Part 2

    Comment

    Working...