摘要:
#include "stdafx.h"#include <windows.h>#include <stdio.h>#include <iostream>#include <locale>#include <string.h>#include <sql.h>#include <sqlext.h>#in 阅读全文
摘要:
ODBC 中的错误处理 ODBC 中的错误是使用来自每个 ODBC 函数调用的返回值和 SQLError 函数或 SQLGetDiagRec 函数的返回值进行报告的。SQLError 函数用于 ODBC 版本 3 之前的版本(但不包括版本 3)。自版本 3 起,已不建议使用 SQLError 函数, 阅读全文