Support
All fixes are distributed as self extracting zip files. There is one
self-extracting file for each supported platform (Win32 and OS/2), however
the same information is included in both files
Execute the following steps:
Execute the following steps:
- Click on the link
- Download the file
- Unzip the file (include /DIR command line option for OS/2)
- Follow directions in .txt file
DB2 Driver V1.1
uc15fix.zip
(326K - 12/16/99)
Import this configuration map into your working ENVY library and then load this map into your image. It includes the following fixes:
Import this configuration map into your working ENVY library and then load this map into your image. It includes the following fixes:
- Fix 01- Corrected problems handling duplicate host variable names.
- Fix 02- Added support for asynchronous calls.
- Fix 03- Added support to selectively disable the automatic cursor close.
- Fix 04- Disabled AsyncFunction for CLI functions SQL Tables & SQL Columns.
- Setup platform dependent code for the environment's ODBC version - Fix 05- Added support for SQL DriverConnect.
- Fix 06- Removed obsolete methods
- Fixed bug with 2 degraded connection method
- Fixed bug (#utyDB2Interrupt) introduced in Fix 02
- Fixed bug (#signalExceptionFor:) introduced in Fix 05
Oracle Driver V10.8
uooafix.zip
Import this configuration map into your working ENVY library and then load
this map into your image. It includes the following fixes:
- Fix 01 - Added packager directive to include LONG and LONG RAW types.
- Fix 02 - Fixed bug with UtyOciConnection>>utyBasicPrintOn:. The method was sending database the #name message instead of #alias.
- Fix 03 - Switched to SQLT_VNU external type from SQLT_NUM.
- Fix 04 - Fixed problem with storing 0 into a NUMBER field.
-Reworked the way Smalltalk values are stored into NUMBER fields.
-Altered the DATE field to always return instances of AbtTimestamp. - Fix 05 - Fixed problem retrieving integers ending in 0 into number fields.
-Fixed problem storing/retrieving the time portion of AbtTimestamps. - Fix 06 - Refixed problem with storing 0 into a NUMBER field.
- Fix 07 - Fixed another number retrieval problem related to Fix 05.
- Fix 08 - Ensued that the prepared SQL string is available as long as the statement is executed, or data is fetched from it.
- Fixed problem inserting LONG values with a size < 32768
- Fixed statement close problem when using parameter value sets. - Fix 09 - Fixed problem inserting negative numbers using values sets.