Hi Horst, > -----Original Message----- > From: Horst Knorr [mailto:[EMAIL PROTECTED] > Sent: Samstag, 4. Oktober 2003 17:29 > To: [EMAIL PROTECTED] > Subject: Bugs in ODBC driver SQLGetTypeInfo function > > > Hi, > > there are 2 bugs in the SQLGetTypeInfo function: > > * the column "SQL_DATA_TYPE" should have the name "DATA_TYPE" > * column "CREATE_PARAMS": Only the values 'length', > 'precision', and 'scale' > are allowed, but not the used 'max length'
Sorry, I sent the last mail too swiftly. Actually in ODBC 2.0 the column CREATE_PARAMS can contain "precision", "scale" and "max length". In ODBC 3.0 the latter apparently changed to "length" what was not taken into account. Of course, this will be fixed as promised before. Regards Thomas ---------------------------------------------- Dr. Thomas K�tter SAP DB, SAP Labs Berlin Do you know SAP^H^H^H MaxDB ? www.sapdb.org -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
