代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/139695/13139120
c single.c
#include
#include
#include
#include
#include
#include
#include "const.h"
#include "db.h"
#define MODULE_NAME "SINGLE"
static char co
www.eeworm.com/read/323119/13353748
test dirty_close.test
connect (con1,localhost,root,,);
connect (con2,localhost,root,,);
connection con1;
dirty_close con1;
connection con2;
--disable_warnings
drop table if exists t1;
--enable_warnings
create table t1 (n
www.eeworm.com/read/322174/13386929
cpp ex25_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 M
www.eeworm.com/read/322174/13387281
cpp ex233_oci8.cpp
#include
using namespace std;
#include
//#define OTL_ORA8I // Compile OTL 4.0/OCI8
//#define OTL_ORA9I // Compile OTL 4.0/OCI9i
#define OTL_ORA8I // Compile OTL 4.0/OCI8i
www.eeworm.com/read/322174/13387427
cpp ex311_oci7.cpp
#include
using namespace std;
#include
#define OTL_ORA7 // Compile OTL 4.0/OCI7
#include // include the OTL 4.0 header file
otl_connect db; // connect object
www.eeworm.com/read/322174/13387520
cpp ex45_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/322174/13387673
cpp ex663_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_ORA10G_R2 // Compile OTL 4.