sql-server – Golang MSSQL驱动Windows 7 64位

我试图使用golang的数据库/ sql包连接到Microsoft sql Server数据库.

https://code.google.com/p/go-wiki/wiki/SQLDrivers没有列出MSsql特定的驱动程序,所以我以为我会尝试一个odbc驱动程序.

我试过https://github.com/weigj/go-odbc,但是当我运行安装我收到
cc1.exe:对不起,未实现:64位模式未编译.这被列为github repo中的一个开放性问题.

有没有人有从64位Windows 7客户端连接到MSsql数据库的经验?推荐哪个odbc驱动程序?

解决方法

尝试使用这个ODBC驱动程序,我相信它是更广泛使用: https://code.google.com/p/odbc/

相关文章

SELECT a.*,b.dp_name,c.pa_name,fm_name=(CASE WHEN a.fm_n...
if not exists(select name from syscolumns where name=&am...
select a.*,pano=a.pa_no,b.pa_name,f.dp_name,e.fw_state_n...
要在 SQL Server 2019 中设置定时自动重启,可以使用 Window...
您收到的错误消息表明数据库 'EastRiver' 的...
首先我需要查询出需要使用SQL Server Profiler跟踪的数据库标...