Database programming in java
This post will guide you to do programming in java to access database. Before do the programming create a MS - Access database with your desired name. Then create a table and call it as student. Create a column and name it as "Name". Enter some of your friend names in the table. Then goto control panel -> Administrative Tools -> Data Sources (ODBC). It will open a new window as given below Click on the button "Add". It will open a window as given below. Here we should select the driver which can communicate to the access database. So select the driver "Microsoft Access Driver (*.mdb). " and then click the button "Finish". A new window will appear as given below Here click on the button "Select". It will ask you select your database needs to be connected. Then press ok. Then enter the name for your data source which will be used later in the program. Here I am giving the data source name ...