代码搜索:CONNECT

找到约 10,000 项符合「CONNECT」的源代码

代码结果 10,000
www.eeworm.com/read/402770/11528044

cpp ex88_oci8.cpp

#define OTL_ORA8I // Compile OTL 4/OCI7 #define OTL_STL // Turn on STL #include // include the OTL 4 header file #include #include #include using names
www.eeworm.com/read/402770/11528128

cpp ex674_db2.cpp

#include #include using namespace std; #include #define OTL_DB2_CLI // Compile OTL 4/DB2 CLI #define OTL_UNICODE // Enable Unicode OTL for ODBC #if defined(__GN
www.eeworm.com/read/402770/11528192

cpp ex70_oci7.cpp

#include using namespace std; #include #define OTL_ORA7 // Compile OTL 4/OCI7 #include // include the OTL 4 header file otl_connect db; // connect object voi
www.eeworm.com/read/402770/11528222

cpp ex44_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/11528291

cpp ex87_oci7.cpp

#define OTL_ORA7 // Compile OTL 4/OCI7 #define OTL_STL // Turn on STL #include // include the OTL 4 header file #include #include #include using namesp
www.eeworm.com/read/402770/11528382

cpp ex105_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 with
www.eeworm.com/read/402770/11528427

cpp ex71_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/11528460

cpp ex52_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/11528490

cpp ex286_oci8.cpp

#include using namespace std; #include #define OTL_ORA8I // Compile OTL 4.0/OCI8i //#define OTL_ORA9I // Compile OTL 4.0/OCI9i //#define OTL_ORA10G // Compile OTL 4.0/OCI
www.eeworm.com/read/158119/11642673

bas const.bas

Attribute VB_Name = "Const" Public Const SQL_C_CHAR As Long = 1 '在SQL语句中使用C语言中的CHAR数据类型 Public Const SQL_COLUMN_LABEL As Long = 18 '列标签 Public Const SQL_DROP As Long = 1 '释放SQL语句句柄 Publi