且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用ODBC连接到SQL SERVER 2008

更新时间:2023-02-22 14:49:29

我发现stdafx.h头文件包含的顺序应该改为:

I have found with stdafx.h header that the include order should be instead:

#include <iostream>
#include <windows.h>
#include <sqlext.h>
#include <sqltypes.h>
#include <sql.h>