代码搜索:CONNECT

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

代码结果 10,000
www.eeworm.com/read/174072/9609149

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 #include // include the OTL
www.eeworm.com/read/174072/9609162

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/174072/9609226

cpp ex349_odbc.cpp

#include using namespace std; #include #define OTL_ODBC_POSTGRESQL // Compile OTL 4.0/ODBC #define OTL_UNICODE // Enable Unicode OTL for ODBC #include // includ
www.eeworm.com/read/174072/9609242

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/174072/9609245

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/174072/9609255

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/174072/9609277

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/174072/9609296

cpp ex459_odbc.cpp

#include using namespace std; #include #define OTL_ODBC // Compile OTL 4.0/ODBC #define OTL_STREAM_READ_ITERATOR_ON #include // include the OTL 4.0 header file
www.eeworm.com/read/174072/9609350

cpp ex461_odbc.cpp

#include using namespace std; #include #define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC #define OTL_STREAM_READ_ITERATOR_ON #include // include the OTL 4.0 header
www.eeworm.com/read/174072/9609392

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)