qtODBC 驱动找不到
各位,我想用QT 操作sql server 2008,谁能给我发一个下载链接不?感谢!非常感谢!
[解决办法]
我前几天尝试过多次了,不好实现,ODBC驱动总是搞不定,后来还是用sqlite3了
[解决办法]
很好奇为什么找不到....
连接我随便搜索的,看下有用没
http://hi.baidu.com/wenjiejia/blog/item/1cd8ef11cbce4ecea7ef3f4b.html
[解决办法]
Microsoft SQL Server 2008 Native Client (SQL Native Client) is a single dynamic-link library (DLL) containing both the SQL OLE DB provider and SQL ODBC driver. It contains run-time support for applications using native-code APIs (ODBC, OLE DB and ADO) to connect to Microsoft SQL Server 2000, 2005, or 2008.
http://www.microsoft.com/download/en/details.aspx?id=16177
ODBC Driver for SQL Server 7.0, 2000, 2005, 2008 and Express
The Easysoft ODBC-SQL Server Driver provides ODBC access to Microsoft SQL Server from Linux and Unix platforms. The ODBC-SQL Server Driver supports SQL Server 7.0, SQL Server 2000, SQL Server 2005, SQL Server 2008 and SQL Server Express.
The Easysoft ODBC-SQL Server Driver uses SQL Server’s Tabular Data Stream (TDS) protocol to communicate directly with remote SQL Server instances. You install the Easysoft ODBC-SQL Server Driver on the client machines from which you want to access SQL Server. No additional software needs to be installed on the SQL Server machine.
[解决办法]
自己编译一个啊。
[解决办法]
configure时加入 -plugin-sql-odbc
编译即可