05 2016 档案
摘要:// SQLConnect_ref.cpp // compile with: odbc32.lib #include #include int main() { SQLHENV henv; SQLHDBC hdbc; SQLHSTMT hstmt; SQLRETURN retcode; SQLCHAR * OutConnStr = (SQLCHAR...
阅读全文
摘要:#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 ...
阅读全文

浙公网安备 33010602011771号