代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/393485/8283976
cpp ex42_oci8_odbc.cpp
#include
using namespace std;
#include
#define OTL_ORA8I // Compile OTL 4.0/OCI8
#define OTL_ODBC // Compile OTL 4.0/ODBC
// In case when or
www.eeworm.com/read/293587/8285492
cpp newprojectdlg.cpp
/***************************************************************************
*
* Copyright (C) 2005 Elad Lahav (elad_lahav@users.sourceforge.net)
*
* Redistribution and use in source and binary fo
www.eeworm.com/read/174072/9608536
cpp ex246_oci8.cpp
#include
using namespace std;
#include
class user_defined_string{
public:
user_defined_string(void)
{
buf[0]=0;
}
user_defined_string(const char* s)
www.eeworm.com/read/174072/9608541
cpp ex462_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC
#define OTL_STREAM_READ_ITERATOR_ON
#include // include the OTL 4.0 header
www.eeworm.com/read/174072/9608543
cpp ex272_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC // Compile OTL 4.0/ODBC
#define OTL_UNICODE // Enable Unicode OTL for ODBC
#include // include the OTL 4
www.eeworm.com/read/174072/9608566
cpp ex239_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC // Compile OTL 4.0/ODBC
#include // include the OTL 4.0 header file
otl_connect db; // connect object
www.eeworm.com/read/174072/9608570
cpp ex191_oci9.cpp
#include
using namespace std;
#include
#define OTL_ORA9I // Compile OTL 4.0/OCI9i
#define OTL_UNICODE // Enable Unicode OTL for OCI9i
#include // include the OTL
www.eeworm.com/read/174072/9608576
cpp ex428_odbc.cpp
#include
#include
using namespace std;
#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC
#include // include the OTL 4.0 header file
otl_connect db; // connect ob