Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to connect Microsoft Access database from Go project?

Tags:

go

ms-access

I'm developing a local project for a private company and should use MS Access with golang but I did not find any information to connect to MS Access database from Go program.

I found the github.com/bennof/accessDBwE library but I can't get it to work. Is there anybody who knows something about that?

Thanks in advance.

like image 497
newbie Avatar asked Oct 15 '25 19:10

newbie


1 Answers

Solved problem with the github.com/mattn/go-adodb library. Now I'm able to connect and execute SQL queries to MS Access database.

like image 116
newbie Avatar answered Oct 18 '25 12:10

newbie