代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/277143/10661252
cpp ex245_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/277143/10661689
cpp ex158_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC // Compile OTL 4.0/ODBC
#include // include the OTL 4.0 header file
otl_connect main_db; // main connect
www.eeworm.com/read/277143/10661889
cpp ex247_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)
www.eeworm.com/read/277143/10662188
cpp ex248_db2.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/277143/10662260
cpp ex531_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)
www.eeworm.com/read/277143/10662352
cpp ex517_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC_MSSQL_2005 // Compile OTL 4/ODBC, MS SQL 2005
//#define OTL_ODBC // Compile OTL 4/ODBC. Uncomment this when used wi
www.eeworm.com/read/277141/10664658
htm otl3_ex60.htm
OTL 4.0, Example 60 (Using OTL/OCI8: server_attach/detach and session_begin/end)
www.eeworm.com/read/421844/10693902
bas const.bas
Attribute VB_Name = "Const"
'数据源信息常量
Public Const conn As String = "Provider=SQLOLEDB.1;Password=llasal;User ID=sa;Initial Catalog=StudentFiles;Data Source=localhost;"
'一次执行connect操作可以访问数据库的次数
Pu