|
|
ODBTP -- Version 1.1.2 Changes
- Fixed Bugs
-
Fixed the problem that was causing the server to terminate if
output parameter data from a prepared procedure is not read
before closing the connection.
- Prepared Procedure Parameter Cache
-
A cache for prepared procedure parameter information was incorporated into
the Win32 server. This feature minimizes the number of times the server
needs to obtain parameter information from the underlying DBMS
when it prepares a procedure. The use
of this cache is optional, and can be enabled by setting the odbtpsrv.ini
paraeter EnableProcCache to 1.
- Compilation on 64-bit Systems
-
The ODBTP C client library can now be successfully compiled on 64-bit
systems like Tru64 UNIX. See the README.64bitOS file for more details.
- PHP Extension for NetWare
-
The ODBTP PHP extension for NetWare, which was contributed by
Guenter Knauf, is included in the
base distribution.
|