代码搜索:CONNECT

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

代码结果 10,000
www.eeworm.com/read/393485/8282310

cpp ex289_oci8.cpp

#include using namespace std; #include #define OTL_ORA8I // Compile OTL 4.0/OCI8I // #define OTL_ORA9I // Compile OTL 4.0/OCI9I // #define OTL_ORA10G // Compile OTL 4.0/O
www.eeworm.com/read/393485/8282343

cpp ex05_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
www.eeworm.com/read/393485/8282421

cpp ex26_odbc.cpp

#include using namespace std; #include #define OTL_ODBC // Compile OTL 4/ODBC #include // include the OTL 4 header file otl_connect db; // connect object voi
www.eeworm.com/read/393485/8282429

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/393485/8282461

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/393485/8282491

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/393485/8282499

cpp ex108_odbc.cpp

#include using namespace std; #include #define OTL_ODBC_MSSQL_2005 // Compile OTL 4/ODBC, MS SQL 2005 //#define OTL_ODBC // Compile OTL 4/ODBC. Uncomment this when used with
www.eeworm.com/read/393485/8282510

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/393485/8282519

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/393485/8282529

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