📄 index.html
字号:
<html><head><meta name="KEYWORDS" content=" library, C, C++, Oracle, SQL Server, SQLServer, DB2, Sybase, Informix, InterBase, SQLBase, MySQL, Postgre, ODBC,
client, database, programming, development, software,
Win32, Windows, Linux, Unix, Solaris,
Microsoft, Borland, Centura, Gupta, IBM"><meta name="DESCRIPTION" content=
"SQLAPI++ is C++ library for accessing SQL databases (Oracle, SQL Server, Sybase, DB2, InterBase, SQLBase, Informix, MySQL, Postgre, ODBC).
It is easy to use and very efficient."><title>SQLAPI++ - C++ library for accessing SQL databases</title></head><body bgcolor="#ffffff" BACKGROUND="./images/bg.gif" text="#000000"><!--class="GlbHdr"-->
<table WIDTH=600 height=40
frame=hsides BORDER="2" BORDERCOLOR="#004fcd" align="right" cellpadding="0" cellspacing="2" id="TABLE1">
<tr><!--class="GlbActive"-->
<td width=70 bgcolor=#00bb00 bordercolor=black align=middle>
<A href="./index.html" style="TEXT-DECORATION: none" >
<font color=white size=3 face=sans-serif>
<b>Home</b></font></A></td>
<td width=70 bgcolor=#000094 bordercolor=black align=middle>
<A href="./HowTo/index.html" style="TEXT-DECORATION: none" >
<font color=white size=3
face=sans-serif>
<b>How To</b></font></A></td><!--class="GlbDefault"-->
<td width=70 bgcolor=#000094 bordercolor=black align=middle>
<A href="./OnLineDoc/index.html" style="TEXT-DECORATION: none" >
<font color=white size=3
face=sans-serif>
<b>Online Documentation</b></font></A></td><!--class="GlbDefault"-->
<td width=70 bgcolor=#000094 bordercolor=black align=middle>
<A href="./Support/index.html" style="TEXT-DECORATION: none" >
<font color=white size=3
face=sans-serif>
<b>Support</b></font></A></td>
<td width=70 bgcolor=#000094 bordercolor=black align=middle>
<A href="./Download/index.html" style="TEXT-DECORATION: none" >
<font color=white size=3
face=sans-serif>
<b>Download</b></font></A></td>
<td width=70 bgcolor=#000094 bordercolor=black align=middle>
<A href="./Order/index.html" style="TEXT-DECORATION: none" >
<font color=white size=3
face=sans-serif>
<b>Order</b></font></A></td>
</tr>
</table>
<p> </p>
<p> </p>
<table width="100%">
<tr>
<td valign=top width=165><!--class="LeftMenu"-->
<table frame=void CELLSPACING=5 width=165>
<tr>
<td><p>
<TABLE cellSpacing=5 frame=void width=165>
<TR>
<TD></TD></TR>
<TR>
<TD><IMG align=middle height=12 src="./images/green.gif"
width=12><A href="#Benefits"
style="TEXT-DECORATION: none"><FONT color=white
face=sans-serif size=2>Benefits</FONT></A></TD></TR>
<TR>
<TD><IMG align=middle height=12 src="./images/green.gif"
width=12><A href="#Examples"
style="TEXT-DECORATION: none"><FONT color=white
face=sans-serif size=2>Examples</FONT></A></TD></TR>
<TR>
<TD><IMG align=middle height=12 src="./images/green.gif"
width=12><A href="#History"
style="TEXT-DECORATION: none"><FONT color=white
face=sans-serif size=2>History</FONT></A> </TD></TR>
<TR>
<TD><FONT color=white face=sans-serif
size=2> </FONT></TD></TR></TABLE><br></p>
<P><FONT color=white><STRONG>Quick
download:</STRONG>
</FONT></P>
<P><A
style="TEXT-DECORATION: none" href="http://www.sqlapi.com/Download/sqlapi.exe">
<FONT color=white face=sans-serif size=2><U>SQLAPI++ Win32</U>
</FONT></A> </P>
<P><A
style="TEXT-DECORATION: none" href="http://www.sqlapi.com/Download/sqlapi.tar.gz">
<FONT color=white face=sans-serif size=2><U>SQLAPI++ Linux</U>
</FONT></A> </P>
<P><A
style="TEXT-DECORATION: none" href="http://www.sqlapi.com/Download/sqlapi.tar.Z">
<FONT color=white face=sans-serif size=2><U>SQLAPI++ Sun SPARC Solaris</U>
</FONT></A> </P></td>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</td><!--empty column-->
<td width=20>
<p> </p>
</td><!--Content-->
<td valign=top align=left>
<center>
<h1> SQLAPI++ Library</h1>
</center>
<p>SQLAPI++ is a C++ library for accessing multiple SQL
databases (Oracle, SQL Server, DB2, Sybase, Informix, InterBase, SQLBase, MySQL, PostgreSQL and
ODBC). It uses native APIs of target DBMS so applications developed
with SQLAPI++ library run swiftly and efficiently. The
product also provides a low-level interface that allows developers
to access database-specific features. By encapsulating a
vendor's API, SQLAPI++ library acts as middleware and delivers
database portability. See details on supporting SQL database
servers on different platforms:</p>
<p>
<TABLE border=1 cellPadding=1 cellSpacing=1>
<TR bgColor=blue>
<TD><STRONG><FONT color=white
style="BACKGROUND-COLOR: #0000ff">Server</FONT></STRONG></TD>
<TD><STRONG><FONT color=white
style="BACKGROUND-COLOR: #0000ff">Win32</FONT></STRONG></TD>
<TD><FONT color=white
style="BACKGROUND-COLOR: #0000ff"><STRONG>Linux/Unix</STRONG></FONT></TD>
</TR>
<TR>
<TD>Oracle Database Server </TD>
<TD>Supported (OCI7, OCI8)</TD>
<TD>Supported (OCI8)</TD>
</TR>
<TR>
<TD>Microsoft SQL Server</TD>
<TD>Supported (DB-Library, OLE DB)</TD>
<TD> </TD>
</TR>
<TR>
<TD>Sybase</TD>
<TD>Supported (Open Client, ASE &
ASA)</TD>
<TD>Supported (Open Client, ASE &
ASA)</TD>
</TR>
<TR>
<TD>DB2</TD>
<TD>Supported (DB2 CLI)</TD>
<TD>Supported (DB2 CLI)</TD>
</TR>
<TR>
<TD>Informix</TD>
<TD>Supported (Informix CLI)</TD>
<TD>Supported (Informix CLI)</TD>
</TR>
<TR>
<TD>InterBase</TD>
<TD>Supported</TD>
<TD>Supported</TD>
</TR>
<TR>
<TD>Centura (formerly Gupta) SQLBase</TD>
<TD>Supported (CAPI)</TD>
<TD> </TD>
</TR>
<TR>
<TD>MySQL</TD>
<TD>Supported (MySQL C API) </TD>
<TD>Supported (MySQL C API)</TD>
</TR>
<TR>
<TD>PostgreSQL</TD>
<TD>Supported (libpq)</TD>
<TD>Supported (libpq)</TD>
</TR>
<TR>
<TD>ODBC</TD>
<TD>Supported</TD>
<TD>Supported (iODBC, see <A
href="http://www.iodbc.org">www.iodbc.org</A>)</TD>
</TR>
</TABLE>
</p>
<P>Currently SQLAPI++ library supports the
following C/C++ compilers:</P>
<UL>
<LI> Microsoft Visual
C++
<LI>Borland C++
<LI>Borland C++ Builder
<LI>GNU project C and C++ compiler</LI>
</UL>
<H2><A name=Benefits></A>Why
use SQLAPI++?</H2>
<UL>
<LI>SQLAPI++ directly calls native API's of
target DBMSs (unlike ADO which uses OLEDB and/or ODBC
intermediate layer). That's why SQLAPI++ is the fastest way to
manage you data.
<LI>No need (vs ADO) to install and
configure OLEDB and/or ODBC drivers when developing and
distributing your applications.
<LI>Low-level interface that allows
developers to access database-specific features.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -