Home > Backend Development > Golang > How to connect Microsoft Access database from Go project?

How to connect Microsoft Access database from Go project?

WBOY
Release: 2024-02-06 11:39:09
forward
638 people have browsed it

如何从Go项目连接Microsoft Access数据库?

Question content

I am developing a local project for a private company that should use MS Access with golang, but I didn't find anything from Go Information about the program's connection to the MS Access database.

I found the github.com/bennof/accessDBwE library but I can't get it to work. Does anyone know the situation in this regard?

Thanks in advance.


Correct answer


Solve the problem of github.com/mattn/go-adodb library. Now I can connect to the MS Access database and execute SQL queries on it.

The above is the detailed content of How to connect Microsoft Access database from Go project?. For more information, please follow other related articles on the PHP Chinese website!

source:stackoverflow.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template