📄 connection_nativeapi.html
字号:
<td>
<P><STRONG>#include <ora7API.h></STRONG></P>
</td>
</tr>
<tr>
<td>
<p><STRONG><A
href="../ServerSpecific/SQLServer_OleDb.html" title="SQL Server (OLE DB) specific information">SQL
Server (OLE DB)</A></STRONG> </p>
</td>
<td>
<P>Cast the result to <STRONG>class ssOleDbAPI</STRONG>:</P>
<P><FONT face=System>saAPI *pResult
= con.NativeAPI();<BR>ssOleDbAPI *p_ssOleDbAPI = (ssOleDbAPI
*)pResult;</FONT></P>
</td>
<td>
<P><STRONG>#include <ssOleDbAPI.h></STRONG></P>
</td>
</tr>
<tr>
<td>
<p><STRONG><A
href="../ServerSpecific/SQLServer_DbLibrary.html" title="SQL Server (DB-Library) specific information">SQL
Server (DB-Library)</A></STRONG> </p>
</td>
<td>
<P>Cast the result to <STRONG>class ssAPI</STRONG>:</P>
<P><FONT face=System>saAPI *pResult
= con.NativeAPI();<BR>ssAPI *p_ssAPI = (ssAPI
*)pResult;</FONT></P>
</td>
<td>
<P><STRONG>#include <ss6API.h></STRONG></P>
</td>
</tr>
<tr>
<td>
<p><STRONG><A
href="../ServerSpecific/Sybase.html" title="Sybase server specific information">Sybase</A></STRONG>
</p>
</td>
<td>
<P>Cast the result to <STRONG>class sybAPI</STRONG>:</P>
<P><FONT face=System>saAPI *pResult
= con.NativeAPI();<BR>sybAPI *p_sybAPI = (sybAPI
*)pResult;</FONT></P>
</td>
<td>
<P><STRONG>#include <sybAPI.h></STRONG></P>
</td>
</tr>
<tr>
<td>
<p><STRONG><A
href="../ServerSpecific/DB2.html" title="DB2 server specific information">DB2</A></STRONG> </p>
</td>
<td>
<P>Cast the result to <STRONG>class db2API</STRONG>:</P>
<P><FONT face=System>saAPI *pResult
= con.NativeAPI();<BR>db2API *p_db2API = (db2API
*)pResult;</FONT></P>
</td>
<td>
<P><STRONG>#include <db2API.h></STRONG></P>
</td>
</tr>
<tr>
<td>
<p><STRONG><A
href="../ServerSpecific/Informix.html" title="Informix server specific information">Informix</A></STRONG>
</p>
</td>
<td>
<P>Cast the result to <STRONG>class infAPI</STRONG>:</P>
<P><FONT face=System>saAPI *pResult
= con.NativeAPI();<BR>infAPI *p_infAPI = (infAPI
*)pResult;</FONT></P>
</td>
<td>
<P><STRONG>#include <infAPI.h></STRONG></P>
</td>
</tr>
<tr>
<td>
<p><STRONG><A
href="../ServerSpecific/InterBase.html" title="InterBase server specific information">InterBase</A></STRONG></p>
</td>
<td>
<P>Cast the result to <STRONG>class ibAPI</STRONG>:</P>
<P><FONT face=System>saAPI *pResult
= con.NativeAPI();<BR>ibAPI *p_ibAPI = (ibAPI
*)pResult;</FONT></P>
</td>
<td>
<P><STRONG>#include <ibAPI.h></STRONG></P>
</td>
</tr>
<tr>
<td>
<p><STRONG><A
href="../ServerSpecific/SQLBase.html" title="SQLBase server specific information">SQLBase
6</A>
</STRONG></p>
</td>
<td>
<P>Cast the result to <STRONG>class sb6API</STRONG>:</P>
<P><FONT face=System>saAPI* pResult
= con.NativeAPI();<BR>sb6API *p_sb6API = (sb6API
*)pResult;</FONT></P>
</td>
<td>
<P><STRONG>#include <sbAPI.h></STRONG></P>
</td>
</tr>
<tr>
<td>
<p><STRONG><A
href="../ServerSpecific/SQLBase.html" title="SQLBase server specific information">SQLBase
7</A>
</STRONG></p>
</td>
<td>
<P>Cast the result to <STRONG>class sb7API</STRONG>:</P>
<P><FONT face=System>saAPI *pResult
= con.NativeAPI();<BR>sb7API *p_sb7API = (sb7API
*)pResult;</FONT></P>
</td>
<td>
<P><STRONG>#include <sbAPI.h></STRONG></P>
</td>
</tr>
<tr>
<td>
<p><STRONG><A
href="../ServerSpecific/MySQL.html" title="MySQL server specific information">MySQL</A></STRONG></p>
</td>
<td>
<P>Cast the result to <STRONG>class myAPI</STRONG>:</P>
<P><FONT face=System>saAPI *pResult
= con.NativeAPI();<BR>myAPI *p_myAPI = (myAPI
*)pResult;</FONT></P>
</td>
<td>
<P><STRONG>#include
<myAPI.h></STRONG></P>
</td>
</tr>
<tr>
<td>
<p><STRONG><A
href="../ServerSpecific/PostgreSQL.html" title="PostgreSQL server specific information">PostgreSQL</A></STRONG></p>
</td>
<td>
<P>Cast the result to <STRONG>class pgAPI</STRONG>:</P>
<P><FONT face=System>saAPI *pResult
= con.NativeAPI();<BR>pgAPI *p_pgAPI = (pgAPI
*)pResult;</FONT></P>
</td>
<td>
<P><STRONG>#include
<pgAPI.h></STRONG></P>
</td>
</tr>
<tr>
<td>
<p><STRONG><A
href="../ServerSpecific/ODBC.html" title="ODBC server specific information">ODBC</A></STRONG></p>
</td>
<td>
<P>Cast the result to <STRONG>class odbcAPI</STRONG>:</P>
<P><FONT face=System>saAPI *pResult
= con.NativeAPI();<BR>odbcAPI *p_odbcAPI = (odbcAPI
*)pResult;</FONT></P>
</td>
<td>
<P><STRONG>#include
<odbcAPI.h></STRONG></P>
</td>
</tr>
</table>
<h3>See also</h3>
<p><A
href="Connection_ClientVersion.html">SAConnection::ClientVersion</A>,
<A href="Connection_NativeHandles.html" target="" >SAConnection::NativeHandles</A>, <A
href="Command_NativeHandles.html">SACommand::NativeHandles</A>
</p>
<h3>Problems and Questions</h3>
<p> If
you haven't found the answer to your questions or
have some problems on using the Library, please, send e-mail to <A href="mailto:howto@sqlapi.com">howto@sqlapi.com</A>.
</p>
</td>
<tr></tr>
</table>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -