📄 history.html
字号:
<tr>
<td>
<p>Version 3.2.3 of SQLAPI++
library released.</p>
<p>New features:</p>
<ul>
<li>Minor changes made to
SQLAPI++ source codes to make it compatible with
Sun Workshop Pro
compiler.</li></ul></td></tr></table>
<table border="0" cellPadding="1" cellSpacing="1" width="100%">
<tr bgColor="blue">
<td><font color="#ffffff"><strong>21
April 2001</strong></font></td></tr>
<tr>
<td>
<p>Version 3.2.2 of SQLAPI++
library released.</p>
<p>New features:</p>
<ul>
<li>InterBase: Truncation of
VARCHAR fields. Bug
fixed.</li></ul></td></tr></table>
<table border="0" cellPadding="1" cellSpacing="1" width="100%">
<tr bgColor="blue">
<td><font color="#ffffff"><strong>15 April 2001</strong></font></td></tr>
<tr>
<td>
<p>Version 3.2.1 of SQLAPI++ library released.</p>
<p>New features:</p>
<ul>
<li>
Sun SPARC Solaris: SIGBUS
error (non-alignment of numeric data). Bug fixed.
<li>Oracle 8i: Ability to bind
BLob(CLob) parameters in stored procedures is
implemented.</li>
</ul></td></tr></table>
<table border="0" cellPadding="1" cellSpacing="1" width="100%">
<tr bgColor="blue">
<td><font color="#ffffff"><strong>8 April 2001</strong></font></td></tr>
<tr>
<td>
<p>Version 3.1.6 of SQLAPI++ library released.</p>
<p>New features:</p>
<ul>
<li>
SQL Server: bug with
smalldatetime type fixed.
</li>
</ul></td></tr></table>
<table border="0" cellPadding="1" cellSpacing="1" width="100%">
<tr bgColor="blue">
<td><font color="#ffffff"><strong> 31 March 2001</strong></font></td></tr>
<tr>
<td>
<p>Version 3.1.5 of SQLAPI++ library released.</p>
<p>New features:</p>
<ul>
<li>
SQL Server: Ability to connect
to named instances of
SQLServer 2000
added. For more information see:
<A href="./OnLineDoc/Connection_Connect.html">SAConnection::Connect</A>
</li>
</ul></td></tr></table>
<table border="0" cellPadding="1" cellSpacing="1" width="100%">
<tr bgColor="blue">
<td><font color="#ffffff"><strong> 25 March 2001</strong></font></td></tr>
<tr>
<td>
<p>Version 3.1.4 of SQLAPI++ library released.</p>
<p>New features:</p>
<ul>
<li>
Sybase: New options are now
available for Sybase connection
("CS_PACKETSIZE", "CS_APPNAME",
"CS_HOSTNAME"). For more information see:
<A href="OnLineDoc/Connection_setOption.html">SAConnection::setOption</A>
</li>
</ul></td></tr></table>
<table border="0" cellPadding="1" cellSpacing="1" style="WIDTH: 100%" width="100%">
<tr bgColor="blue">
<td><font color="#ffffff"><strong> 18 March 2001</strong></font></td></tr>
<tr>
<td>
<p>Version 3.1.3 of SQLAPI++ library released.</p>
<p>New features:</p>
<ul>
<li>Oracle: Executing a function
in Oracle 8i resulted in ORA-01426. Bug fixed.
<li>
SQL
Server: Bug fixed when
binding parameters to a command with
"OpenCursor" option set.
<li>
Sybase: Executing a stored
procedure through "Exec" statement
resulted in access violation. Bug
fixed.</li>
</ul></td></tr></table>
<table border="0" cellPadding="1" cellSpacing="1" style="WIDTH: 100%" width="100%">
<tr bgColor="blue">
<td><font color="#ffffff"><strong> 11 March 2001</strong></font></td></tr>
<tr>
<td>
<p>Version 3.1.2 of SQLAPI++ library released.</p>
<p>New features:</p>
<ul>
<li>Documentation improved.
See: <A href="ServerSpecific/index.html">Server
Specific Guide</A>
<li>
DB2, Informix, ODBC: native error
code returned by SAException::NativeError() was invalid. Bug fixed.
<li>InterBase: Support for
database connection cache added. See:<A href="OnLineDoc/Connection_setOption.html">SAConnection::setOption</A></li>
</ul></td></tr></table>
<table border="0" cellPadding="1" cellSpacing="1" style="WIDTH: 100%" width="100%">
<tr bgColor="blue">
<td><font color="#ffffff"><strong> 25 February 2001</strong></font></td></tr>
<tr>
<td>
<p>Version 3.1.1 of SQLAPI++ library released.</p>
<p>New features:</p>
<ul>
<li>Oracle 8: Access violation when updating/inserting
CLob fields. Bug fixed.
<li>Oracle (Linux/Unix): error
"Unimplemented or unreasonable conversion requested"
when working with output (return) parameters is fixed.
<li>Oracle: update/insert SQL statement
with two or more BLob
(CLob) parameters results in "OCI_INVALID_HANDLE" exception. Bug fixed.
<li>
ODBC: bug with DateTime
values fixed. </li>
</ul></td></tr></table>
<table border="0" cellPadding="1" cellSpacing="1" style="WIDTH: 100%" width="100%">
<tr bgColor="blue">
<td><font color="#ffffff"><strong> 11 February 2001</strong></font></td></tr>
<tr>
<td>
<p> Version 3.0.1 of SQLAPI++ library
released.</p>
<p>New features:</p>
<ul>
<li><strong>Unix version released.</strong>
<li>Oracle: Support for Oracle REF CURSORs (OCI7,
OCI8) and nested cursors (OCI8) added. See: <A href="OnLineDoc/Enums.html#SADataType_t">SADataType_t
enum</A>, <A href="OnLineDoc/Field.html">SAField</A>, <A href="OnLineDoc/Param.html">SAParam</A>.<br>
<A href="Examples/refcursors.cpp">Using Oracle REF CURSORs</A><br>
<A href="Examples/nestedcursors.cpp">Using Oracle nested cursors</A> </li>
</ul></td></tr></table>
<table border="0" cellPadding="1" cellSpacing="1" style="WIDTH: 100%" width="100%">
<tr bgColor="blue">
<td><font color="#ffffff"><strong> 28 January
2001</strong></font></td></tr>
<tr>
<td>
<p> Version 2.3.11 of SQLAPI++ library
released.</p>
<p>New features:</p>
<ul>
<li><A href="OnLineDoc/String_Right.html">SAString::Right</A>:
bug fixed.
<li> SQLBase: Automatic detecting
of stored procedure parameters
was incorrect when parameter's name
include numeric digits, underscore (_) or
special characters (#, @ or $). Bug fixed.
<li>SQL Server: "Open
Cursor" option improved.
See: <A href="OnLineDoc/Command_setOption.html">SACommand::setOption</A>.
<li>SQL Server (version 7,
version 2000): data type for datetime parameters in
stored procedures has been detected as SA_dtUnknown.
Bug fixed.</li>
</ul></td></tr></table>
<table border="0" cellPadding="1" cellSpacing="1" style="WIDTH: 100%" width="100%">
<tr bgColor="blue">
<td><font color="#ffffff"><strong> 21 January
2001</strong></font></td></tr>
<tr>
<td>
<p> Version 2.3.10 of SQLAPI++ library
released.</p>
<p>New features:</p>
<ul>
<li> Sybase: support for
returning status result code from stored
procedures. </li>
</ul></td></tr></table>
<table border="0" cellPadding="1" cellSpacing="1" style="WIDTH: 100%" width="100%">
<tr bgColor="blue">
<td><font color="#ffffff"><strong> 7 January
2001</strong></font></td></tr>
<tr>
<td>
<p> Version 2.3.9 of SQLAPI++ library
released.</p>
<p>New features:</p>
<ul>
<li> SQLServer: bug fixed when
calling a stored procedure with
"<em>owner.proc_name</em> "
syntax on SQLServer 2000.
<li> ODBC (MS Access): bug
fixed when binding
long data.
</li>
</ul></td></tr></table>
<table border="0" cellPadding="1" cellSpacing="1" style="WIDTH: 100%" width="100%">
<tr bgColor="blue">
<td><font color="#ffffff"><strong> 27 December
2000</strong></font></td></tr>
<tr>
<td>
<p> Version 2.3.8 of SQLAPI++ library
released.</p>
<p>New features:</p>
<ul>
<li> SQLServer: BIT datatype
support added.
<li> SQLServer: bug (assertion)
fixed when working with DECIMAL or NUMERIC fields in
debug version.
</li>
</ul></td></tr></table>
<table border="0" cellPadding="1" cellSpacing="1" style="WIDTH: 100%" width="100%">
<tr bgColor="blue">
<td><font color="#ffffff"><strong> 8 December
2000</strong></font></td></tr>
<tr>
<td>
<p> Version 2.3.7 of SQLAPI++ library
released.</p>
<p>New features:</p>
<ul>
<li>Cancelling queries support
added. See: <A href="OnLineDoc/Command_Cancel.html">SACommand::Cancel</A>,
<A href="Examples/step7.cpp">Examples\Step7.cpp</A></li>
</ul></td></tr></table>
<h2></h2>
<table border="0" cellPadding="1" cellSpacing="1" style="WIDTH: 100%" width="100%">
<tr bgColor="blue">
<td><font color="#ffffff"><strong> 29 November
2000</strong></font></td></tr>
<tr>
<td>
<p> Version 2.3.6 of SQLAPI++ library
released.</p>
<p>New features:</p>
<ul>
<li> Informix: error "String
data right truncation" when binding string
parameters is fixed.</li>
</ul></td></tr></table>
<table border="0" cellPadding="1" cellSpacing="1" style="WIDTH: 100%" width="100%">
<tr bgColor="blue">
<td><font color="#ffffff"><strong> 19 November
2000</strong></font></td></tr>
<tr>
<td>
<p> Version 2.3.5 of SQLAPI++ library
released.</p>
<p>New features:</p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -