72 lines
4.9 KiB
HTML
72 lines
4.9 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="iSeries Access for Windows ODBC performance" />
|
|
<meta name="abstract" content="See any of the following ODBC performance topics." />
|
|
<meta name="description" content="See any of the following ODBC performance topics." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaikappodbc.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaikperftuneodbc.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaikodbcendusertools.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiksqlperf.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaikblockedinserts.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaikodbccatalogfunc.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaikodbcexitprog.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaikodbcstoredproc.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="odbcperfconsd" />
|
|
<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>iSeries Access
|
|
for Windows ODBC
|
|
performance</title>
|
|
</head>
|
|
<body id="odbcperfconsd"><a name="odbcperfconsd"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">iSeries™ Access
|
|
for Windows<sup>®</sup> ODBC
|
|
performance</h1>
|
|
<div><p>See any of the following ODBC performance topics.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzaikperftuneodbc.htm">Performance-tuning iSeries Access for Windows ODBC</a></strong><br />
|
|
A key consideration for ODBC application developers is achieving
|
|
maximum <strong>performance</strong> from client/server applications.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaikodbcendusertools.htm">Performance considerations of common end-user tools</a></strong><br />
|
|
Having an ODBC driver that is optimally tuned is only part of the performance equation. The other part is the tools that are used; whether they are used simply to query the data, or to build complex programs.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaiksqlperf.htm">SQL performance</a></strong><br />
|
|
Good application design includes the efficient use of machine resources. To run in a manner that is acceptable to the end user, an application program must be efficient in operation, and must run with adequate response time.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaikblockedinserts.htm">ODBC blocked insert statement</a></strong><br />
|
|
The blocked <strong>INSERT</strong> statement provides a means to insert
|
|
multiple rows with a single <strong>SQLExecute</strong> request. For performance, it
|
|
provides the one of the best ways to populate a table, at times providing
|
|
a tenfold performance improvement over the next best method.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaikodbccatalogfunc.htm">Catalog functions</a></strong><br />
|
|
Catalog functions return information about the DB2<sup>®</sup> UDB for iSeries™ database
|
|
with which you are working.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaikodbcexitprog.htm">Exit programs</a></strong><br />
|
|
An exit program is a program to which control is passed from a calling program.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaikodbcstoredproc.htm">Stored procedures</a></strong><br />
|
|
Stored procedures commonly are used in client/server applications, especially in the area of online transaction processing (OLTP), since they can provide performance, transaction-integrity and security benefits.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaikappodbc.htm" title="A common database interface that uses SQL as its database access language. iSeries Access for Windows provides an ODBC driver to support this interface.">iSeries Access for Windows ODBC</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |