代码搜索:CONNECT

找到约 10,000 项符合「CONNECT」的源代码

代码结果 10,000
www.eeworm.com/read/393485/8282580

cpp ex566_odbc.cpp

#include using namespace std; #include #define OTL_ODBC //#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC #include // include the OTL 4.0 header file otl_connect db; //
www.eeworm.com/read/393485/8282582

cpp ex280_odbc.cpp

#include using namespace std; #include #define OTL_ODBC // Compile OTL 4.0/ODBC #define ODBCVER 0x0250 // ODBC Version # needs to be downgraded //
www.eeworm.com/read/393485/8282598

cpp ex06_oci7.cpp

#include using namespace std; #include #define OTL_ORA7 // Compile OTL 4/OCI7 #include // include the OTL 4 header file otl_connect db; // connect object voi
www.eeworm.com/read/393485/8282670

cpp ex397_odbc.cpp

#include using namespace std; #include #define OTL_ODBC //#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC #include // include the OTL 4.0 header file otl_conne
www.eeworm.com/read/393485/8282675

cpp ex209_odbc.cpp

#include using namespace std; #include #define OTL_ODBC_MSSQL_2005 // Compile OTL 4/ODBC, MS SQL 2005 //#define OTL_ODBC // Compile OTL 4/ODBC. Uncomment this when used with
www.eeworm.com/read/393485/8282684

cpp ex474_odbc.cpp

#include using namespace std; #include #define OTL_ODBC // Compile OTL 4.0/ODBC #define ODBCVER 0x0250 // ODBC Version # needs to be downgraded //
www.eeworm.com/read/393485/8282687

cpp ex29_odbc.cpp

#include using namespace std; #include #define OTL_ODBC_MSSQL_2005 // Compile OTL 4/ODBC, MS SQL 2005 //#define OTL_ODBC // Compile OTL 4/ODBC. Uncomment this when used with
www.eeworm.com/read/393485/8282695

cpp ex326_odbc.cpp

#include using namespace std; #include #define OTL_ODBC // Compile OTL 4.0/ODBC // #define OTL_ODBC_UNIX // uncomment this line if UnixODBC is used #include //
www.eeworm.com/read/393485/8282716

cpp ex471_db2.cpp

#include using namespace std; #include #define OTL_DB2_CLI // Compile OTL 4.0/DB2-CLI #include otl_connect db; // connect object void stored_proc(void) // i
www.eeworm.com/read/393485/8282738

cpp ex507_odbc.cpp

#include using namespace std; #include #define OTL_ODBC_MSSQL_2005 // Compile OTL 4/ODBC, MS SQL 2005 //#define OTL_ODBC // Compile OTL 4/ODBC. Uncomment this when used wi