Home » 2014 » December » 28 » How to create ODBC data source and drivers to connect to MS Access database

7:03 PM
How to create ODBC data source and drivers to connect to MS Access database

Here in this article we shall learn to create ODBC data sources that will be used as drivers in connecting to databases like MS access or oracle.

Click here to see how to create data source for oracle database in control panel.

After this is done, you will be able to use this data source in your front end program(Java, VB.net etc). Click here to see JDBC connectivity if you have already created data source.

To create a data source, Go to Control Panlel--> Administrative Tools and then click on Data sources.

  • Then, click on add Button to add a data source.
  • Now from the list select a driver for which you want to set up a data source.
  • Here, we will select Microsoft Access Driver(*.accdb. *.mdb).

 

  • Then, Click on Finish.
  • Now, on the next dialog, enter the data source name of your choice.
  • And, select the database file(*.accdb/*.mdb).

 

 

  • Now, Click OK and close the windows, You will see the new data source is created as shown in below image:

 

  • This is it! Now you can use this database driver in your front end program(Java, VB etc)

Click here to see how to create data source for oracle database in control panel.

 
 

Category: Technical Solution | Views: 1692 | Added by: shanky | Tags: How to craete database drivers, create data sources | Rating: 0.0/0

Related blogs


You may also like to see:


[2024-03-27][Technical Solution]
How to discuss on Performance Appraisal with your manager? 10 Points to help you get a better hike
[2015-02-16][Technical Solution]
Soving Rubik's Cube Third layer: Layered approach by Shanky
[2014-12-28][Technical Solution]
How to create ODBC data source and drivers to connect to MS Access database
[2014-02-06][Technical Solution]
Simple steps to boost your computer.
[2015-08-15][Technical Solution]
How to connect to different databases like MS access database, MS SQL server or Oracle using VB .NET?

Total comments: 0
ComForm">
avatar