代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/323119/13352019
result rpl_init_slave.result
stop slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
show variables like 'init_slave';
Variable_name Va
www.eeworm.com/read/322174/13386842
cpp ex330_odbc.cpp
#include
using namespace std;
#include
#include
#include
#define OTL_ODBC // Compile OTL 4.0/ODBC
// #define OTL_ODBC_UNIX // uncomment this line i
www.eeworm.com/read/322174/13386869
cpp ex670_odbc.cpp
#include
#include
using namespace std;
#include
#define OTL_ODBC_MSSQL_2005 // Compile OTL 4/ODBC, MS SQL 2005
#define OTL_UNICODE // Enable Unicode OTL for ODBC
www.eeworm.com/read/322174/13386941
cpp ex51_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/322174/13386994
cpp ex43_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/322174/13387165
cpp ex88_oci8.cpp
#define OTL_ORA8I // Compile OTL 4/OCI7
#define OTL_STL // Turn on STL
#include // include the OTL 4 header file
#include
#include
#include
using names
www.eeworm.com/read/322174/13387347
cpp ex674_db2.cpp
#include
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4/DB2 CLI
#define OTL_UNICODE // Enable Unicode OTL for ODBC
#if defined(__GN
www.eeworm.com/read/322174/13387453
cpp ex70_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/322174/13387502
cpp ex44_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