代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/389810/8498466
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/389810/8498476
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/389810/8498488
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/389810/8498567
cpp ex557_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC
//#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC
#define OTL_EXTENDED_EXCEPTION // Enable extended field in otl_exception
www.eeworm.com/read/389810/8498595
cpp ex572_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_connect db; //
www.eeworm.com/read/389810/8498600
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/389810/8498645
cpp ex262_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC_MSSQL_2008 // Compile OTL 4/ODBC, MS SQL 2008
//#define OTL_ODBC // Compile OTL 4/ODBC. Uncomment this when used wi
www.eeworm.com/read/389810/8498867
cpp ex479_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC // Compile OTL 4.0/ODBC
#define OTL_STL
#define OTL_STREAM_READ_ITERATOR_ON
#define ODBCVER 0x0250 // ODBC Versio
www.eeworm.com/read/389810/8498922
cpp ex571_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_connect db; //
www.eeworm.com/read/389810/8498930
cpp ex405_odbc.cpp
#include
#include
#define OTL_ODBC
//#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC
#define OTL_STL // Turn on STL features and otl_value
#if !defined(OTL_ANSI_CPP)
#def