代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/299759/7834265
java remotedbbankserver.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/299759/7834269
java getdbinfo.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/299759/7834278
java lookupapi.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/299759/7834289
props bankdb.props
driver: postgresql.Driver
database: jdbc:postgresql:bank
user: david
password:
www.eeworm.com/read/299662/7840514
cpp dbmsappui.cpp
/*
* ============================================================================
* Name : DBMSAppUi from DBMSAppUi.cpp
* Part of : DBMS
* Created : 04.13.2006 by Forum Nokia
* Ver
www.eeworm.com/read/399668/7843079
cpp db.cpp
#include "stdafx.h"
#define __OCICPP_INTERNAL_USE_
#include "db.h"
OCIEnv * OCICPP::db::envhp=(OCIEnv *)0;
//ub4 OCICPP::db::InitMode=0;
/*! \class OCICPP::db
\brief Interaction class wi
www.eeworm.com/read/199159/7881590
pas disqlite3_performance_fmain.pas
{ DISQLite3 Demo Performance demo. }
unit DISQLite3_Performance_fMain;
{$I DI.inc}
{$I DISQLite3.inc}
interface
uses
Windows, SysUtils, Classes, Controls, Forms, StdCtrls, ExtCtrls,
www.eeworm.com/read/199147/7882383
pas resltfrm.pas
unit ResltFrm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, DB, DBTables, Grids, DBGrids, StdCtrls;
type
TQueryForm = class(TFor
www.eeworm.com/read/199147/7882433
pas mainform.pas
{
************** PLEASE READ TEXT BELOW BEFORE FIRST RUN OF EXAMPLE!! *****************
Example how to make editable DataSet using TOraSQL and TOraDB components.
To run this example yo