代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/393485/8283004
cpp ex311_oci7.cpp
#include
using namespace std;
#include
#define OTL_ORA7 // Compile OTL 4.0/OCI7
#include // include the OTL 4.0 header file
otl_connect db; // connect object
www.eeworm.com/read/393485/8283171
cpp ex45_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 with
www.eeworm.com/read/393447/8287251
c testanimation.c
/* testpixbuf -- test program for gdk-pixbuf code
* Copyright (C) 1999 Mark Crichton, Larry Ewing
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of
www.eeworm.com/read/174072/9608606
cpp ex25_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC // Compile OTL 4/ODBC
#include
otl_connect db; // connect object
void insert()
// insert rows into tab
www.eeworm.com/read/174072/9608766
cpp ex233_oci8.cpp
#include
using namespace std;
#include
//#define OTL_ORA8 // Compile OTL 4.0/OCI8
//#define OTL_ORA9I // Compile OTL 4.0/OCI9i
#define OTL_ORA8I // Compile OTL 4.0/OCI8i
#
www.eeworm.com/read/174072/9608931
cpp ex311_oci7.cpp
#include
using namespace std;
#include
#define OTL_ORA7 // Compile OTL 4.0/OCI7
#include // include the OTL 4.0 header file
otl_connect db; // connect object
www.eeworm.com/read/174072/9609082
cpp ex45_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC // Compile OTL 4/ODBC
#include // include the OTL 4 header file
otl_connect db; // connect object
voi
www.eeworm.com/read/174072/9609370
cpp ex243_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2-CLI
#if defined(__BORLANDC__)
#define OTL_BIGINT __int64 // Enabling G++ 64-bit integers
www.eeworm.com/read/172447/9707754
dfm server.dfm
object Form1: TForm1
Left = 218
Top = 110
Width = 544
Height = 330
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/170993/9776990
cpp unit1.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
//--------------------------------------------------------------