摘要: // SQLConnect_ref.cpp // compile with: odbc32.lib #include #include int main() { SQLHENV henv; SQLHDBC hdbc; SQLHSTMT hstmt; SQLRETURN retcode; SQLCHAR * OutConnStr = (SQLCHAR... 阅读全文
posted @ 2016-05-26 16:41 叶建成 阅读(339) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include #include #include using namespace std; #define SNO_LEN 30 #define NAME_LEN 50 #define DEPART_LEN 100 #define SSEX_LEN 5 int main() { SQLHENV ... 阅读全文
posted @ 2016-05-26 16:37 叶建成 阅读(296) 评论(0) 推荐(0) 编辑