2

我面临为 64 位处理器安装 libodbc 的问题。win32 安装文档已经可用,但在使用 x64 平台编译时不适用。在这种情况下,编译器会抱怨,因为它找不到文件“config.h”。我想这可以用 nmake 生成,但对于 x64,该过程尚不清楚。有没有人已经面临这个问题并设法解决它?提前致谢

4

1 回答 1

0

You might be able to use sqlExe. It is a command line based utility that uses ODBC to connect to any database.

It is open source and the code is available at: http://sourceforge.net/projects/sqlexe/

You could compile it for your 64 bit system.

于 2014-03-21T21:32:31.820 回答