代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/242258/13084619
~pas bookdeliver.~pas
unit bookdeliver;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, baseform, StdCtrls, ExtCtrls, Grids, DBGrids, DB, ComCtrls,ADODB;
ty
www.eeworm.com/read/242258/13084737
pas bookdeliver.pas
unit bookdeliver;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, baseform, StdCtrls, ExtCtrls, Grids, DBGrids, DB, ComCtrls,ADODB;
ty
www.eeworm.com/read/325090/13227786
ini english.ini
[Main]
lbl_user.caption=User:
lbl_no.caption=Number:
lbl_port.caption=Port:
lbl_server.caption=Server IP:
lbl_hotkey.caption=Hotkey
btn_go.caption=Rush
btn_set.caption=Config
btnok.caption=OK
www.eeworm.com/read/324347/13271000
clp circuit3.clp
;;;======================================================
;;; Example Circuit #3
;;;
;;; An example circuit to be loaded for use with
;;; the "electronic.clp" example program.
;;;
;;;
www.eeworm.com/read/322174/13386767
cpp ex07_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/322174/13386769
cpp ex114_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC // Compile OTL 4/ODBC
#define OTL_STL // turn on OTL in the STL compliance mode
#define OTL_STREAM_POOLING_ON
//
www.eeworm.com/read/322174/13386772
cpp ex661_oci9.cpp
#include
#include
using namespace std;
#include
#define OTL_STL
#define OTL_ORA9I // Compile OTL 4.0/OCI9I
//#define OTL_ORA10G // Compile OTL 4.0/OCI10g
//#defi
www.eeworm.com/read/322174/13387019
cpp ex172_oci8.cpp
#include
using namespace std;
#include
#include
// Uncomment the line below when OCI7 is used with OTL
// #define OTL_ORA7 // Compile OTL 4.0/OCI7
#define OTL
www.eeworm.com/read/322174/13387053
cpp ex231_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC // Compile OTL 4.0
// The following #define is required with MyODBC 3.51.11 and higher
#define OTL_ODBC_SELECT_STM_E