Masalah pada koneksi Ms.Access (.mdb) dan Visual Studio 2008 (VB) – “The Microsoft.Jet.OLEDB.4.0 provider is not registered on the local machine”


Hallo para pembaca sekalian :p kembali saya menulis sedikt pengalaman saya pada saat coding nih. Pada tulisan kali ini akan membahas mengenai permasalahan pada koneksi Ms.Access (.mdb) pada Visusla Studio 2008. Begini ceritanya, pada beberapa saat lalu, tepatnya pada saat mengikuti perkuliahan Applied Database I, ada sedikit masalah pada program yang saya buat, yaitu program yang dibuat pada Visual Studio 2008 mengalamai masalah saat mencoba dihubungkan pada Ms.Access File (.mdb) menggunakan OLEDB Connection begini bunyi pesan errornya : The Microsoft.Jet.OLEDB.4.0 provider is not registered on the local machine .
Klik untuk Detail! Microsoft.Jet.OLEDB.4.0 provider is not registered on the local machine

OMG . . . ada apa ini?? setelah membaca di salah satu forum, akhirnya saya menemukan jawaban atas permasalahan tersebut. Ternyata e ternyata, permasalahan tersebut terjadi pada connection string providernya. Perhatikan gambar diatas! Pada gambat diatas, connection string providernya adalah

“PROVIDER=Microsoft.Jet.OLEDB.4.0; data source = D:\Tugas_Besar\Aplikasi\Aplikasi\database_barang.mdb”


Selanjutnya, untuk menangani masalah tersebut, saya mengubah connection string providernya menjadi

“PROVIDER=Microsoft.ACE.OLEDB.12.0; data source = D:\Tugas_Besar\Aplikasi\Aplikasi\database_barang.mdb”

dan permasalahan pun selesai. Semoga tulisan singkat ini bermanfaat 🙂

8 comments on “Masalah pada koneksi Ms.Access (.mdb) dan Visual Studio 2008 (VB) – “The Microsoft.Jet.OLEDB.4.0 provider is not registered on the local machine”

  1. Please let me know if you’re looking for a article writer for your site. You have some really great articles and I feel I would be a good asset. If you ever want to take some of the load off, I’d absolutely love to write some articles for your blog in exchange for a link back to mine. Please shoot me an e-mail if interested. Kudos!

  2. I’m not sure where you’re getting your information, but good topic. I needs to spend some time learning more or understanding more. Thanks for fantastic info I was looking for this information for my mission.

  3. Hello! I’ve been following your web site for some time now and finally got the courage to go ahead and give you a shout out from Austin Texas! Just wanted to say keep up the great job!

  4. Great web site. Lots of helpful information here. I’m sending it to several pals ans additionally sharing in delicious. And naturally, thanks to your sweat!

  5. It is not my first time to pay a quick visit this web site, i am visiting this web page dailly and obtain pleasant data from here everyday.

  6. ane punya mslh nya sama jg tuh, trus ane jg ganti connection string nya persis sama kayak ente. Cuman ane dapet nya sad ending. si lepi blg klo Microsoft.ACE.OLEDB.12.0 jg ga kedaftar gan.
    minta pencerahan gan…

Leave a comment