66 lines
4.3 KiB
HTML
66 lines
4.3 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="Get started with DB2 UDB CLI" />
|
||
<meta name="abstract" content="Learn about the basics of the DB2 UDB CLI, how it compares to embedded SQL, and how to select the best interface for your programming needs." />
|
||
<meta name="description" content="Learn about the basics of the DB2 UDB CLI, how it compares to embedded SQL, and how to select the best interface for your programming needs." />
|
||
<meta name="DC.Relation" scheme="URI" content="rzadpkickoff.htm" />
|
||
<meta name="DC.Relation" scheme="URI" content="rzadpdifferences.htm" />
|
||
<meta name="DC.Relation" scheme="URI" content="rzadpcliadvantages.htm" />
|
||
<meta name="DC.Relation" scheme="URI" content="rzadpinterfacetouse.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="rzadpbackground" />
|
||
<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>Get started with DB2 UDB CLI</title>
|
||
</head>
|
||
<body id="rzadpbackground"><a name="rzadpbackground"><!-- --></a>
|
||
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
<h1 class="topictitle1">Get started with DB2 UDB CLI</h1>
|
||
<div><p>Learn about the basics of the DB2<sup>®</sup> UDB CLI, how it compares to embedded
|
||
SQL, and how to select the best interface for your programming needs.</p>
|
||
<p>It is important to understand what DB2 UDB CLI, or any callable SQL interface,
|
||
is based on, and compare it with existing interfaces.</p>
|
||
<p></p>
|
||
<p>ISO standard 9075:1999 – Database Language SQL Part 3: Call-Level Interface
|
||
provides the standard definition of CLI. The goal of this interface is to
|
||
increase the portability of applications by enabling them to become independent
|
||
of any one database server.</p>
|
||
<p>ODBC provides a Driver Manager for Windows<sup>®</sup>, which offers a central point
|
||
of control for each ODBC driver (a dynamic link library (DLL) that implements
|
||
ODBC function calls and interacts with a specific Database Management System
|
||
(DBMS)).</p>
|
||
<div class="section"><h4 class="sectiontitle">Where to find answers to additional DB2 UDB CLI questions</h4><p>An FAQ, which elaborates on some items discussed
|
||
in this topic collection, is available on the <a href="http://www.ibm.com/servers/eserver/iseries/db2/clifaq.htm" target="_blank">IBM DB2 Universal Database</a> Web site. </p>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<ul class="ullinks">
|
||
<li class="ulchildlink"><strong><a href="rzadpdifferences.htm">Differences between DB2 UDB CLI and embedded SQL</a></strong><br />
|
||
</li>
|
||
<li class="ulchildlink"><strong><a href="rzadpcliadvantages.htm">Advantages of using DB2 UDB CLI instead of embedded SQL</a></strong><br />
|
||
</li>
|
||
<li class="ulchildlink"><strong><a href="rzadpinterfacetouse.htm">Decide between DB2 UDB CLI, dynamic SQL, and static SQL</a></strong><br />
|
||
</li>
|
||
</ul>
|
||
|
||
<div class="familylinks">
|
||
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzadpkickoff.htm" title="DB2 UDB call level interface (CLI) is a callable Structured Query Language (SQL) programming interface that is supported in all DB2 environments except for DB2 Universal Database for z/OS and DB2 Server for VSE and VM.">SQL call level interface</a></div>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html> |