48 lines
2.9 KiB
HTML
48 lines
2.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="String truncation in DB2 UDB CLI functions" />
|
||
|
<meta name="DC.subject" content="truncation" />
|
||
|
<meta name="keywords" content="truncation" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzadpstringarguments.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="rzadpstringtruncation" />
|
||
|
<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>String truncation in DB2 UDB CLI functions</title>
|
||
|
</head>
|
||
|
<body id="rzadpstringtruncation"><a name="rzadpstringtruncation"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">String truncation in DB2 UDB CLI functions</h1>
|
||
|
<div><p>If an output string does not fit into a buffer, DB2<sup>®</sup> UDB CLI truncates the string to a length
|
||
|
that is one less than the size of the buffer, and writes the null terminator.
|
||
|
If truncation occurs, the function returns SQL_SUCCESS_WITH_INFO and an SQLSTATE
|
||
|
by indicating truncation. The application can then compare the buffer length
|
||
|
to the output length to determine which string is truncated.</p>
|
||
|
<p>For example, if <samp class="codeph">SQLFetch()</samp> returns SQL_SUCCESS_WITH_INFO,
|
||
|
and an SQLSTATE of 01004, at least one of the buffers bound to a column is
|
||
|
too small to hold the data. For each buffer that is bound to a column, the
|
||
|
application can compare the buffer length with the output length and determine
|
||
|
which column is truncated.</p>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzadpstringarguments.htm" title="These topics discuss some conventions when dealing with the various aspects of working with string arguments in DB2 UDB CLI functions.">Work with string arguments in DB2 UDB CLI functions</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|