代码搜索:CONNECT

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

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

cpp ex344_odbc.cpp

#include using namespace std; #include #define OTL_ODBC // Compile OTL 4.0/ODBC #define OTL_STL #define OTL_STREAM_READ_ITERATOR_ON // The following #define is required
www.eeworm.com/read/322174/13387574

cpp ex267_db2.cpp

#include using namespace std; #include #define OTL_DB2_CLI // Compile OTL 4.0/DB2-CLI #define OTL_UNICODE // Enable Unicode OTL for DB2 CLI #include // include
www.eeworm.com/read/322174/13387617

cpp ex349_odbc.cpp

#include using namespace std; #include #define OTL_ODBC_POSTGRESQL #define OTL_UNICODE // Enable Unicode OTL for ODBC #include // include the OTL 4.0 header fil
www.eeworm.com/read/322174/13387628

cpp ex340_db2.cpp

#include using namespace std; #include #define OTL_DB2_CLI// Compile OTL 4.0/DB2-CLI #define OTL_STL #define OTL_STREAM_READ_ITERATOR_ON #include // include th
www.eeworm.com/read/322174/13387629

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/322174/13387634

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/322174/13387654

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/322174/13387718

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/322174/13387730

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/322174/13387790

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