代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/393485/8283604
cpp ex399_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/393485/8283612
cpp ex202_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/393485/8283635
cpp ex18_oci8.cpp
#include
using namespace std;
#include
#define OTL_ORA8I // Compile OTL 4/OCI8
#include // include the OTL 4 header file
otl_connect db; // connect object
vo
www.eeworm.com/read/393485/8283681
cpp ex424_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/393485/8283704
cpp ex210_oci8.cpp
#include
using namespace std;
#include
#define OTL_ORA8I // Compile OTL 4.0/OCI
//#define OTL_ORA8I // Compile OTL 4.0/OCI
//#define OTL_ORA7 // Compile OTL 4.0/OCI
#defin
www.eeworm.com/read/393485/8283714
cpp ex547_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC
//#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC
#include
otl_connect db; // connect object
void stored_proc(vo
www.eeworm.com/read/393485/8283740
cpp ex09_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/8283755
cpp ex82_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/8283775
cpp ex31_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/8283805
cpp ex545_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 wi