⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 connection_nativeapi.html

📁 能够连接各种数据库的API
💻 HTML
📖 第 1 页 / 共 2 页
字号:
					<td>
                        <P><STRONG>#include &lt;ora7API.h&gt;</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 &lt;ssOleDbAPI.h&gt;</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 &lt;ss6API.h&gt;</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 &lt;sybAPI.h&gt;</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 &lt;db2API.h&gt;</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 &lt;infAPI.h&gt;</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 &lt;ibAPI.h&gt;</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 &lt;sbAPI.h&gt;</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 &lt;sbAPI.h&gt;</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 
                &lt;myAPI.h&gt;</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 
                &lt;pgAPI.h&gt;</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 
                &lt;odbcAPI.h&gt;</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 + -