代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/402770/11528371
cpp ex135_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC // Compile OTL 4.0 / ODBC Firebird
// #define OTL_ODBC_UNIX // uncomment this line if UnixODBC is used
#include
www.eeworm.com/read/402770/11528374
cpp ex522_odbc.cpp
#include
using namespace std;
#include
#define OTL_FREETDS_ODBC_WORKAROUNDS
#define OTL_ODBC_MSSQL_2005 // Compile OTL 4/ODBC, MS SQL 2005
//#define OTL_ODBC // Compile O
www.eeworm.com/read/402770/11528376
cpp ex226_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC // Compile OTL 4.0
// The following #define is required with MyODBC 3.51.11 and higher
#define OTL_ODBC_SELECT_STM_E
www.eeworm.com/read/402770/11528387
cpp ex141_odbc.cpp
#include
using namespace std;
#include
#if !defined(_WINDOWS_) && !defined(_WIN64)
#define OTL_ODBC
#else
#define OTL_ODBC_POSTGRESQL // required with PG ODBC on Windows
www.eeworm.com/read/402770/11528396
cpp ex399_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_conne
www.eeworm.com/read/402770/11528399
cpp ex202_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2-CLI
#include // include the OTL 4.0 header file
otl_connect db; // connect obj
www.eeworm.com/read/402770/11528405
cpp ex18_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
www.eeworm.com/read/402770/11528421
cpp ex424_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_conne
www.eeworm.com/read/402770/11528429
cpp ex210_oci8.cpp
#include
using namespace std;
#include
#define OTL_ORA8I // Compile OTL 4.0/OCI
//#define OTL_ORA8I // Compile OTL 4.0/OCI
//#define OTL_ORA7 // Compile OTL 4.0/OCI
#defin
www.eeworm.com/read/402770/11528432
cpp ex547_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC
//#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC
#include
otl_connect db; // connect object
void stored_proc(vo