代码搜索:CONNECT

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

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

cpp ex264_db2.cpp

#include using namespace std; #include #define OTL_DB2_CLI// Compile OTL 4.0/DB2-CLI #define OTL_STREAM_READ_ITERATOR_ON #include // include the OTL 4.0 header
www.eeworm.com/read/402770/11528307

cpp ex63_oci8.cpp

#include using namespace std; #include #define OTL_ORA8I // Compile OTL 4/OCI8 in the Oracle 8i environment #include // include the OTL 4 header file otl_connec
www.eeworm.com/read/402770/11528316

cpp ex180_oci8.cpp

#include using namespace std; #include #define OTL_ORA8I // Compile OTL 4.0/OCI8i #define OTL_UNICODE // Enable Unicode OTL for OCI8i #include // include the OTL
www.eeworm.com/read/402770/11528349

cpp ex573_odbc.cpp

#include #include using namespace std; #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/11528355

cpp ex578_odbc.cpp

#include using namespace std; #include #define OTL_ODBC //#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC #define OTL_STREAM_READ_ITERATOR_ON #include // include the OTL
www.eeworm.com/read/402770/11528386

cpp ex342_odbc.cpp

#include using namespace std; #include #if !defined(_WINDOWS_) && !defined(_WIN64) #define OTL_ODBC #else #define OTL_ODBC_POSTGRESQL // required with PG ODBC on Window
www.eeworm.com/read/402770/11528389

cpp ex238_db2.cpp

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

cpp ex429_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/402770/11528407

cpp ex430_odbc.cpp

#include #include using namespace std; #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/402770/11528416

cpp ex341_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 wi