代码搜索:CONNECT

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

代码结果 10,000
www.eeworm.com/read/322174/13387360

cpp ex574_odbc.cpp

#include using namespace std; #include class user_defined_string{ public: user_defined_string(void) { buf[0]=0; } user_defined_string(const char* s) { #if defin
www.eeworm.com/read/322174/13387416

cpp ex432_odbc.cpp

#include using namespace std; #include class user_defined_string{ public: user_defined_string(void) { buf[0]=0; } user_defined_string(const char* s)
www.eeworm.com/read/322174/13387447

cpp ex245_oci8.cpp

#include using namespace std; #include class user_defined_string{ public: user_defined_string(void) { buf[0]=0; } user_defined_string(const char* s)
www.eeworm.com/read/322174/13387638

cpp ex158_odbc.cpp

#include using namespace std; #include #define OTL_ODBC // Compile OTL 4.0/ODBC #include // include the OTL 4.0 header file otl_connect main_db; // main connect
www.eeworm.com/read/322174/13387641

cpp ex613_odbc.cpp

#include using namespace std; #include class user_defined_string{ public: user_defined_string(void) { buf[0]=0; } user_defined_string(const char* s)
www.eeworm.com/read/322174/13387699

cpp ex599_odbc.cpp

#include #include #define OTL_ODBC_ENTERPRISEDB // Compile OTL 4.0/EnterpriseDB-ODBC // Uncomment the #define below when used in Linux / Unix //#define OTL_ODBC_UNIX #define
www.eeworm.com/read/322174/13387777

cpp ex247_odbc.cpp

#include using namespace std; #include class user_defined_string{ public: user_defined_string(void) { buf[0]=0; } user_defined_string(const char* s)
www.eeworm.com/read/322174/13387934

cpp ex248_db2.cpp

#include using namespace std; #include class user_defined_string{ public: user_defined_string(void) { buf[0]=0; } user_defined_string(const char* s)
www.eeworm.com/read/322174/13387971

cpp ex531_odbc.cpp

#include using namespace std; #include class user_defined_string{ public: user_defined_string(void) { buf[0]=0; } user_defined_string(const char* s)
www.eeworm.com/read/322174/13388002

cpp ex517_odbc.cpp

#include using namespace std; #include #define OTL_FREETDS_ODBC_WORKAROUNDS #define OTL_ODBC_MSSQL_2005 // Compile OTL 4/ODBC, MS SQL 2005 //#define OTL_ODBC // Compile O