Windows NT
Download the Sybase patch for Windows NT from Apple's FTP servers at ftp.info.apple.com. The patch is located at:
/Apple_Support_Area/Apple_Software_Updates/MultiCountry/Enterprise/EOF/
patches/2.2/Sybase_Patch.NT.gtar.gz
To install the patch, open up a shell (from the WebObjects start menu) and issue the following commands as root, replacing the patch file name with the full path of the patch file you downloaded:
gunzip -c Sybase_Patch.NT.gtar.gz | gnutar xvf -
OPENSTEP/Mach
Download the Sybase patch for Mach from Apple's FTP servers at ftp.info.apple.com. The patch is located at:
/Apple_Support_Area/Apple_Software_Updates/MultiCountry/Enterprise/EOF/
patches/2.2/Sybase_Patch.mach.gtar.gz
To install the patch, open up a Terminal and issue the following commands as root, replacing the patch file name with the full path of the patch file you downloaded:
cd /
gnutar xvzf Sybase_Patch.mach.gtar.gz
Solaris
Download the Sybase patch for Solaris from Apple's FTP servers at ftp.info.apple.com. The patch is located at:
/Apple_Support_Area/Apple_Software_Updates/MultiCountry/Enterprise/EOF/
patches/2.2/Sybase_Patch.Solaris.gtar.gz
zcat Sybase_Patch.Solaris.gtar.gz | gnutar xvf -
HP-UX
Download the Sybase patch for HP-UX from Apple's FTP servers at ftp.info.apple.com. The patch is located at:
/Apple_Support_Area/Apple_Software_Updates/MultiCountry/Enterprise/EOF/
patches/2.2/Sybase_Patch.HP-UX.gtar.gz
To install the patch, open up a Terminal and issue the following commands as root, replacing the patch file name with the full path of the patch file you downloaded:
cd $NEXT_ROOT
zcat Sybase_Patch.HP-UX.gtar.gz | gnutar xvf -
About the EOF 2.2 ODBC Adaptor Patch
The ODBC Adaptor patch fixes two bugs:
ODBC Adaptor cannot execute stored procedures with output parameters
Apple reference # 2208503
PROBLEM:
The EOF 2.2 (WebObjects 3.5) version of ODBCEOAdaptor.framework introduced a bug which causes an error when using a stored procedure with an output parameter.
RESOLUTION:
The ODBC adaptor now handles output parameters correctly.
ODBC adaptor leaks connections with Microsoft Access
Apple reference # 2209574
PROBLEM:
The EOF 2.2 (WOF 3.5) and earlier versions of ODBCEOAdaptor.framework did not release ODBC connections when using Microsoft Access (or any JET based data source) in order to work around a bug in the Microsoft odbcjt32.dll library; this bug caused a crash when SQLFreeConnect was called. The SQLFreeConnect bug was discovered in version 3.40.2829 of the DLL. Newer versions of the DLL (beyond 3.50) no longer exhibit the crashing problem.
RESOLUTION:
The patched version of this framework now checks the version of the DLL more carefully and allows SQLFreeConnect to be called unless the DLL version is 3.4X. The adaptor no longer leaks the ODBC Connection when running with fixed versions of odbcjt32.dll.
Installing the EOF 2.2 ODBC Adaptor Patch
Windows NT
Download the ODBC adaptor patch for Windows NT from Apple's FTP server at ftp.info.apple.com. The patch is located at:
/Apple_Support_Area/Apple_Software_Updates/MultiCountry/Enterprise/EOF/
patches/2.2/ODBC_Patch.NT.gtar.gz
To install the patch, open a shell (from the WebObjects start menu) and issue the following commands as root: (replacing the patch file name with the full path of the patch file you downloaded)
cd $NEXT_ROOT
gunzip -c ODBC_Patch.NT.gtar.gz | gnutar xvf -
Disclaimer
THE SOFTWARE PATCH PROVIDED FROM APPLE IS PROVIDED "AS IS" AND WITHOUT WARRANTY, EXPRESS OR IMPLIED. APPLE SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL APPLE BE LIABLE FOR ANY DAMAGES, INCLUDING BUT NOT LIMITED TO ANY LOST PROFITS, LOST SAVINGS OR ANY INCIDENTAL OR CONSEQUENTIAL DAMAGES, WHETHER RESULTING FROM IMPAIRED OR LOST DATA, SOFTWARE OR COMPUTER FAILURE OR ANY OTHER CAUSE, EVEN IF APPLE IS ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR FOR ANY OTHER CLAIM BY CUSTOMER OR FOR ANY THIRD PARTY CLAIM.