61 lines
4.1 KiB
HTML
61 lines
4.1 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Basic database file operations in programs" />
|
|
<meta name="abstract" content="These topics describe basic database file operations, including the read, update, write and delete operations." />
|
|
<meta name="description" content="These topics describe basic database file operations, including the read, update, write and delete operations." />
|
|
<meta name="DC.subject" content="database file, basic operations, operation, basic database file" />
|
|
<meta name="keywords" content="database file, basic operations, operation, basic database file" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafoprocess.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafodbfpo.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbaforddbf.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafoupdbr.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafoandbr.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafodldbr.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rbafobasicop" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Basic database file operations in programs</title>
|
|
</head>
|
|
<body id="rbafobasicop"><a name="rbafobasicop"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Basic database file operations in programs</h1>
|
|
<div><p>These topics describe basic database file operations,
|
|
including the read, update, write and delete operations.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rbafodbfpo.htm">Set a position in the file</a></strong><br />
|
|
After a file is opened by a job, the system maintains a position in the file for that job. The file position is used in processing the file.</li>
|
|
<li class="ulchildlink"><strong><a href="rbaforddbf.htm">Read database records</a></strong><br />
|
|
The <span class="keyword">iSeries™</span> system
|
|
provides a number of ways to read database records.</li>
|
|
<li class="ulchildlink"><strong><a href="rbafoupdbr.htm">Update database records</a></strong><br />
|
|
The update operation allows you to change an existing database record in a logical or physical file.</li>
|
|
<li class="ulchildlink"><strong><a href="rbafoandbr.htm">Add database records</a></strong><br />
|
|
The write operation allows you to add a new record to a physical database file member.</li>
|
|
<li class="ulchildlink"><strong><a href="rbafodldbr.htm">Delete database records</a></strong><br />
|
|
The delete operation allows you to delete an existing database record.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbafoprocess.htm" title="These topics discuss how to make your database files process more efficiently on the i5/OS operating system, how to open, manipulate, and close database files, and how to monitor and manage error messages related to your database files.">Process database files</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |