代码搜索:CONNECT

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

代码结果 10,000
www.eeworm.com/read/402770/11527997

cpp ex109_db2.cpp

#include using namespace std; #include #define OTL_DB2_CLI // Compile OTL 4/DB2-CLI #include // include the OTL 4 header file otl_connect db; // connect object
www.eeworm.com/read/402770/11528005

cpp ex496_oci9.cpp

#include using namespace std; #include #define OTL_ORA9I // Compile OTL 4.0/OCI9i //#define OTL_ORA10G // Compile OTL 4.0/OCI10g #define OTL_ORA_UTF8 // Enable UTF8 OTL f
www.eeworm.com/read/402770/11528012

cpp ex227_odbc.cpp

#include using namespace std; #include #define OTL_ODBC // Compile OTL 4.0 // The following #define is required with MyODBC 3.51.11 and higher #define OTL_ODBC_SELECT_STM_E
www.eeworm.com/read/402770/11528015

cpp ex108_odbc.cpp

#include using namespace std; #include #define OTL_ODBC_MSSQL_2008 // Compile OTL 4/ODBC, MS SQL 2008 //#define OTL_ODBC // Compile OTL 4/ODBC. Uncomment this when used with
www.eeworm.com/read/402770/11528019

cpp ex80_odbc.cpp

#include using namespace std; #include #define OTL_ODBC_MYSQL // Compile OTL 4/MyODBC // #define OTL_ODBC_UNIX // uncomment this line if UnixODBC is used #include
www.eeworm.com/read/402770/11528021

cpp ex93_db2.cpp

#include using namespace std; #include #define OTL_DB2_CLI // Compile OTL 4/DB2-CLI #include // include the OTL 4 header file otl_connect db; // connect object
www.eeworm.com/read/402770/11528025

cpp ex229_odbc.cpp

#include using namespace std; #include #define OTL_ODBC // Compile OTL 4.0/MyODBC // The following #define is required with MyODBC 3.51.11 and higher #define OTL_ODBC_SELEC
www.eeworm.com/read/402770/11528045

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/402770/11528046

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/402770/11528052

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