代码搜索:CONNECT

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

代码结果 10,000
www.eeworm.com/read/390988/8429733

bas const.bas

Attribute VB_Name = "Const" '数据源信息常量 Public Const conn As String = "Provider=SQLOLEDB.1;Password=sa;User ID=sa;Initial Catalog=Books;Data Source=localhost;" '一次执行connect操作可以访问数据库的次数 Public Const
www.eeworm.com/read/390728/8450001

bak my_iax_app.cpp.bak

#include #include #include #include "My_IAX_APP.h" #include "iaxclient.h" #include #include #include #include #include
www.eeworm.com/read/390728/8450017

cpp my_iax_app.cpp

#include #include #include #include "My_IAX_APP.h" #include "iaxclient.h" #include #include #include #include #include
www.eeworm.com/read/389810/8498354

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/389810/8498419

cpp ex157_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 main_db; // main c
www.eeworm.com/read/389810/8498484

cpp ex98_oci8.cpp

#include #include #define OTL_ORA8I // Compile OTL 4/OCI8 #define OTL_STL // Turn on STL features and otl_value #ifndef OTL_ANSI_CPP #define OTL_ANSI_CPP // Turn on ANSI
www.eeworm.com/read/389810/8498640

cpp ex416_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/389810/8498710

cpp ex97_oci7.cpp

#include #include #define OTL_ORA7 // Compile OTL 4/OCI7 #define OTL_STL // Turn on STL features and otl_value #ifndef OTL_ANSI_CPP #define OTL_ANSI_CPP // Turn on ANSI C
www.eeworm.com/read/389810/8498851

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/389810/8498914

cpp ex652_odbc.cpp

#include using namespace std; #include class user_defined_string{ public: user_defined_string(void) { buf[0]=0; } user_defined_string(const char* s)