代码搜索:CONNECT

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

代码结果 10,000
www.eeworm.com/read/389810/8499644

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/389810/8499682

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/389810/8499834

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/389810/8499862

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/389810/8500024

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/389810/8500036

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/389810/8500082

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/389810/8500123

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/389810/8500163

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
www.eeworm.com/read/389810/8500260

cpp ex642_odbc.cpp

#include using namespace std; #include // Compile OTL 4.0/ODBC in Windows. Informix CLI uses the // regular ODBC header files in Windows #define OTL_ODBC // Uncomme