head	1.2;
access;
symbols
	RPM_4_2_1:1.1.1.5
	RPM_4_2:1.1.1.5
	RPM_4_1_1:1.1.1.5
	RPM_4_1:1.1.1.4
	RPM_4_0_5:1.1.1.3
	RPM_4_0_4:1.1.1.2
	RPM_4_0_3:1.1.1.1
	RPM:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2008.01.02.09.55.34;	author rse;	state dead;
branches;
next	1.1;
commitid	z4cpSiAhOCXk5PLs;

1.1
date	2001.07.23.20.45.38;	author rse;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.07.23.20.45.38;	author rse;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2002.01.08.00.30.12;	author rse;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	2003.01.18.13.49.03;	author rse;	state Exp;
branches;
next	1.1.1.4;

1.1.1.4
date	2001.10.15.03.47.34;	author rse;	state Exp;
branches;
next	1.1.1.5;

1.1.1.5
date	2003.01.18.14.05.00;	author rse;	state Exp;
branches;
next	;


desc
@@


1.2
log
@remove the ancient RPM 4.2.1 source tree copy
@
text
@<!--$Id: intro.html,v 1.1 2001/07/23 20:45:38 rse Exp $-->
<!--Copyright 1997-2001 by Sleepycat Software, Inc.-->
<!--All rights reserved.-->
<html>
<head>
<title>Berkeley DB Reference Guide: Introduction</title>
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,java,C,C++">
</head>
<body bgcolor=white>
<table width="100%"><tr valign=top>
<td><h3><dl><dt>Berkeley DB Reference Guide:<dd>Simple Tutorial</dl></h3></td>
<td align=right><a href="../../ref/intro/products.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../../reftoc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../../ref/simple_tut/keydata.html"><img src="../../images/next.gif" alt="Next"></a>
</td></tr></table>
<p>
<h1 align=center>Introduction</h1>
<p>As an introduction to Berkeley DB, we will present a few Berkeley DB programming
concepts, and then a simple database application.
<p>The programming concepts are:
<p><ul type=disc>
<li><a href="keydata.html">Key/data pairs</a>
<li><a href="handles.html">Object handles</a>
<li><a href="errors.html">Error returns</a>
</ul>
<p>This database application will:
<p><ul type=disc>
<li><a href="open.html">Create a simple database</a>
<li><a href="put.html">Store items</a>
<li><a href="get.html">Retrieve items</a>
<li><a href="del.html">Remove items</a>
<li><a href="close.html">Close the database</a>
</ul>
<p>The introduction will be presented using the programming language C.  The
<a href="example.cs">complete source</a> of the final version of the
example program is included in the Berkeley DB distribution.
<table width="100%"><tr><td><br></td><td align=right><a href="../../ref/intro/products.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../../reftoc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../../ref/simple_tut/keydata.html"><img src="../../images/next.gif" alt="Next"></a>
</td></tr></table>
<p><font size=1><a href="http://www.sleepycat.com">Copyright Sleepycat Software</a></font>
</body>
</html>
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
<!--$Id: intro.so,v 10.21 2001/05/07 19:28:40 bostic Exp $-->
@


1.1.1.1
log
@Import: RPM 4.0.3
@
text
@@


1.1.1.2
log
@Import: RPM 4.0.4
@
text
@d1 1
a1 1
<!--Id: intro.so,v 10.22 2001/10/13 20:21:49 bostic Exp -->
a10 1
<a name="2"><!--meow--></a>
@


1.1.1.3
log
@Import: RPM 4.0.5
@
text
@d2 1
a2 1
<!--Copyright 1997-2002 by Sleepycat Software, Inc.-->
a3 1
<!--See the file LICENSE for redistribution information.-->
@


1.1.1.4
log
@Import: RPM 4.1
@
text
@d2 1
a2 1
<!--Copyright 1997-2001 by Sleepycat Software, Inc.-->
d4 1
@


1.1.1.5
log
@Import: RPM 4.1.1
@
text
@d2 1
a2 1
<!--Copyright 1997-2002 by Sleepycat Software, Inc.-->
a3 1
<!--See the file LICENSE for redistribution information.-->
@


