代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/174072/9608577
cpp ex343_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC // Compile OTL 4.0/ODBC
#define OTL_STL
#define OTL_STREAM_READ_ITERATOR_ON
#include // include the OTL
www.eeworm.com/read/174072/9608578
cpp ex194_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/9608582
cpp ex118_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/174072/9608638
cpp ex275_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/9608654
cpp ex262_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC // Compile OTL 4.0/ODBC
#define OTL_STREAM_READ_ITERATOR_ON
#include // include the OTL 4.0 header file
www.eeworm.com/read/174072/9608715
cpp ex244_oci7.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/9608736
cpp ex405_odbc.cpp
#include
#include
#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC
#define OTL_STL // Turn on STL features and otl_value
#define OTL_ANSI_CPP // Turn on ANSI C++ typecasts
#
www.eeworm.com/read/174072/9608755
cpp ex458_oci7.cpp
#include
using namespace std;
#include
#define OTL_ORA7 // Compile OTL 4.0/OCI7
#define OTL_STREAM_READ_ITERATOR_ON
#include // include the OTL 4.0 header file
www.eeworm.com/read/174072/9608762
cpp ex100_db2.cpp
#include
#include
#define OTL_DB2_CLI // Compile OTL 4/DB2-CLI
#define OTL_STL // Turn on STL features and otl_value
#ifndef OTL_ANSI_CPP
#define OTL_ANSI_CPP // Turn on
www.eeworm.com/read/174072/9608775
cpp ex323_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC // Compile OTL 4.0/ODBC
// #define OTL_ODBC_UNIX // uncomment this line if UnixODBC is used
#include //