69 lines
3.6 KiB
HTML
69 lines
3.6 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 xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="dc.language" scheme="rfc1766" 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. -->
|
|
<meta name="dc.date" scheme="iso8601" content="2005-09-19" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<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="keywords" content="unsupported, SQLTYPE" />
|
|
<title>Unrecognized and unsupported SQLTYPES</title>
|
|
<link rel="stylesheet" type="text/css" href="ibmidwb.css" />
|
|
<link rel="stylesheet" type="text/css" href="ic.css" />
|
|
</head>
|
|
<body>
|
|
<a id="Top_Of_Page" name="Top_Of_Page"></a><!-- Java sync-link -->
|
|
<script language = "Javascript" src = "../rzahg/synch.js" type="text/javascript"></script>
|
|
|
|
|
|
<a name="sqldaunrec"></a>
|
|
<h2 id="sqldaunrec"><a href="rbafzmst02.htm#ToC_1504">Unrecognized and unsupported SQLTYPES</a></h2><a id="idx3461" name="idx3461"></a>
|
|
<p>The values that appear in the SQLTYPE field of the SQLDA are dependent
|
|
on the level of data type support available at the sender as well as the receiver
|
|
of the data. This is particularly important as new data types are added to
|
|
the product.</p>
|
|
<p>New data types may or may not be supported by the sender or receiver of
|
|
the data and may or may not even be recognized by the sender or receiver of
|
|
the data. Depending on the situation, the new data type may be returned, or
|
|
a compatible data type agreed upon by both the sender and receiver of the
|
|
data may be returned or an error may result.</p>
|
|
<p>When the sender and receiver agree to use a compatible data type, the following
|
|
indicates the mapping that will take place. This mapping will take place when
|
|
at least one of the sender or receiver does not support the data type provided.
|
|
The unsupported data type can be provided by either the application or the database manager.</p>
|
|
<a name="dccsid1"></a>
|
|
<table id="dccsid1" width="100%" summary="" border="1" frame="hsides" rules="rows">
|
|
<caption>Table 100. Compatible Data Types for Unsupported Data Types</caption>
|
|
<thead valign="bottom">
|
|
<tr>
|
|
<th id="wq2023" width="50%" align="left" valign="bottom">Data Type</th>
|
|
<th id="wq2024" width="50%" align="left" valign="bottom">Compatible Data Type</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody valign="top">
|
|
<tr>
|
|
<td align="left" valign="top" headers="wq2023">BIGINT</td>
|
|
<td align="left" valign="top" headers="wq2024">DECIMAL(19,0)</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left" valign="top" headers="wq2023">ROWID</td>
|
|
<td align="left" valign="top" headers="wq2024">VARCHAR(40) FOR BIT DATA</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<hr /><br />
|
|
[ <a href="#Top_Of_Page">Top of Page</a> | <a href="rbafzmstsname.htm">Previous Page</a> | <a href="rbafzmstincludesqlda.htm">Next Page</a> | <a href="rbafzmst02.htm#wq1">Contents</a> |
|
|
<a href="rbafzmstindex.htm#index">Index</a> ]
|
|
|
|
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
|
|
</body>
|
|
</html>
|