SQL/R PATCH A.01.61 ------------------- This patch fixes the following issues: * Sqlr.DLL and sqlrexec not compatible with PA-RISC 1.0 hardware * Sqlr.DLL and sqlrexec should be compatible with eloqdb5 to easy A.06.00 transition. If a database path does not begin with a slash (it's not an absolute path) and the leading segment is not an existing directory, all characters before the first slash are ignored. THis should have no impact in existing installations. Installation: - SQL/R A.01.60 must be installed previously. - Uncompress and unpack the patch file to a local directory and replace files from the A.01.60 distribution. cd /tmp gzip -dc sqlr-1.61.tar.gz | tar xf - mv sqlrexec /opt/sqlr/bin mv Sqlr.DLL /opt/sqlr/lib