
All ODBC Driver patches are cumulative. All previous patches to this version of the ODBC Driver are rolled up and 
included in this patch. The history below shows summary of all fixes addressed by this and previous patches.

To install:

   1)  Exit all ODBC client applications that are using the MetaMatrix ODBC Driver.
   
   2)  Extract to <mmodbcdriver_root>.

       If prompted to replace existing files, choose yes.

       For example:

          unzip mmodbcdriver_win32_20070111_05502622.zip C:\MetaMatrixODBC

	  Replace file C:\MetaMatrixODBC\bin\iwinnt\oaodbc32.dll (N/y)? y

   3)  Repeat for all client machines that require updating.


Installed Patch: mmodbcdriver_win32_20070312_05502622.zip

Case      Summary
=====     ====================================================================================
5048      01/11/2007 The ODBC Driver had a maximum password length of 127 bytes.  This extends the maximum password length.
                     To use a pssword length greater than 127 bytes, you must use the MetaMatrix ODBC Service version 5.50.26.22 or later.

		     This patch will require an edit to the openrda.ini configuration file located in <mmodbcdriver_root>\bin\<platform>.

		        Change the line that reads:
			   SchemaQualifier=System.ODBC
			   
			to:
			   SchemaOwner=System.ODBC

		     NOTE: If you attempt to connect to a previous version of the MetaMatrix ODBC Service using a password longer than 127 characters using this patch, your ODBC client application may hang.  

5371      03/12/2007 The oainfo schema was missing features that some ODBC client applications were requesting.  Specifically feature numbers 144, 146, 150, 151, 167, and 168.  This would result in "Group does not exist: System.ODBC.OA_INFO" error messages appearing in the MetaMatrix Server's process log.  This patch includes the latest oainfo schema.