代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/323119/13352805
test user_limits.test
#
# Test behavior of various per-account limits (aka quotas)
#
# Requires privileges to be enabled
-- source include/not_embedded.inc
# Prepare play-ground
--disable_warnings
drop table if exists t
www.eeworm.com/read/322174/13386781
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/322174/13386833
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/322174/13386881
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/322174/13387011
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/322174/13387086
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/322174/13387190
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/322174/13387239
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)
www.eeworm.com/read/322174/13387255
cpp ex594_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC_ENTERPRISEDB // Compile OTL 4.0/EnterpriseDB-ODBC
// Uncomment the #define below when used in Linux / Unix
//#defi
www.eeworm.com/read/322174/13387274
cpp ex562_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 main_d