Microsoft Visual Studio Projects DISCUSSION

Visual basic 2015 and Access database.

Started by syedzainnasir Visual basic 2015 and Access database.
1 replies 248 views 2 participants
Latest activity · 07 Mar 2017

Visual basic 2015 and Access database.

syedzainnasir Microsoft Visual Studio Projects Forum
#1
Hi

How to create an database application in Visual basic 2015 using Access Database. I want to add following functionality:

1. Text Boxes on form to show ,update delete and add records.

2.Search records.

Community replies 1

Re: Visual basic 2015 and Access database.

#2
I have posted detailed tutorials on my blog related to database handling, so I would suggest you to have a look at these tutorials one by one.
[list]
  • So, first of all you should read [url=http://www.theengineeringprojects.com/2013/01/creating-database-in-microsoft-visual.html]How to Create Database in Microsoft Visual Studio[/url] which will give you the basic understanding of Visual Studio Database.
  • [/list]
    [list]
  • Oncec you are done with the creation of database the next thing you need to do is to add some [url=http://www.theengineeringprojects.com/2013/02/adding-button-controls-in-vb-database.html]Button Controls in VB Database[/url] so that you can add or remove your records using Buttons.
  • [/list]
    [list]
  • Finally you need to read [url=http://www.theengineeringprojects.com/2013/02/updating-database-table-with.html]How to update VB Database Tables Programmatically[/url].
  • [/list]
    So, read above three tutorial and I am sure at the end you will have the full command over VB Database.
    TEP COMMUNITY