67 lines
4.1 KiB
HTML
67 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="reference" />
|
||
|
<meta name="DC.Title" content="ODBC API restrictions and unsupported functions" />
|
||
|
<meta name="abstract" content="The way in which some functions are implemented in the iSeries Access for Windows ODBC Driver does not meet the specifications in the Microsoft ODBC Software Development Kit Programmer's Reference." />
|
||
|
<meta name="description" content="The way in which some functions are implemented in the iSeries Access for Windows ODBC Driver does not meet the specifications in the Microsoft ODBC Software Development Kit Programmer's Reference." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaikodbcapifunctions.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="odbcapilimits" />
|
||
|
<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>ODBC API restrictions and unsupported functions</title>
|
||
|
</head>
|
||
|
<body id="odbcapilimits"><a name="odbcapilimits"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">ODBC API restrictions and unsupported functions</h1>
|
||
|
<div><p>The way in which some functions are implemented in the iSeries™ Access
|
||
|
for Windows<sup>®</sup> ODBC
|
||
|
Driver does not meet the specifications in the Microsoft<sup>®</sup> ODBC Software Development
|
||
|
Kit Programmer's Reference.</p>
|
||
|
<div class="section"><p>The table below describes some global restrictions and unsupported
|
||
|
functions. See <a href="odbcapis.htm#odbcapis">ODBC 3.x APIs Notes</a> for a list of individual
|
||
|
APIs and their associated considerations.</p>
|
||
|
</div>
|
||
|
|
||
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" width="100%" frame="hsides" border="1" rules="all"><caption>Table 1. Limitations of ODBC API functions</caption><thead align="left"><tr><th align="left" valign="top" width="25.6120527306968%" id="d0e35">Function</th>
|
||
|
<th align="left" valign="top" width="74.3879472693032%" id="d0e37">Description</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody><tr><td valign="top" width="25.6120527306968%" headers="d0e35 ">Global considerations</td>
|
||
|
<td valign="top" width="74.3879472693032%" headers="d0e37 ">No asynchronous processes are supported. However, SQLCancel
|
||
|
can be called, from a different thread (in a multi-threaded application),
|
||
|
to cancel a long running query. <p>Translation DLLs are only called when
|
||
|
converting data from buffers.</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="25.6120527306968%" headers="d0e35 ">SQLSetScrollOptions (2x API)</td>
|
||
|
<td align="left" valign="top" width="74.3879472693032%" headers="d0e37 ">SQL_CONCUR_ROWVER, SQL_CONCUR_VALUES are
|
||
|
unsupported options for Concurrency parameter. <p>The SQL_SCROLL_KEYSET_DRIVEN
|
||
|
is mapped to SQL_SCROLL_DYNAMIC by the driver.</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaikodbcapifunctions.htm" title="Learn about implementations issues when using ODBC APIs.">Implementation issues of ODBC APIs</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|