Hi, the problem you have reported with the driver version 7.4.4 using the oracle mode is a bug. It was the x'th attempt to write a complex universal "SELECT" command for an internal view which can deal with all the different modes (oracle, internal, unicode ...). Hope the x+1'th attempt works. A driver containing the bugfix is available at: ftp://ftp.sap.com/pub/sapdb/bin/java/sapdb-jdbc-bin-7.4.04.003.jar
regards, Marco ---------------------------------------------- Marco PASKAMP SAP Labs Berlin > -----Original Message----- > From: Thomas Markus [mailto:[EMAIL PROTECTED] > Sent: Montag, 29. September 2003 17:28 > To: [EMAIL PROTECTED] > Subject: again: maybe bug in jdbc driver > > > Hi, > > I got an exception if I connect with sqlmode=ORACLE > > com.sap.dbtech.jdbc.exceptions.InternalJDBCError: > [getColumns][-8006] (at 204): Data types must be > compatible > at > com.sap.dbtech.jdbc.DatabaseMetaDataSapDB.internalQuery(Databa > seMetaDataSapDB.java:1027) > at > com.sap.dbtech.jdbc.DatabaseMetaDataSapDB.getColumns(DatabaseM > etaDataSapDB.java:299) > > > in command > > dbconnection.getMetaData().getColumns(null, null, tablename, null) > > > this happens if I use jdbc driver > package com.sap.dbtech.jdbc, SAP DB JDBC Driver, SAP AG, > 7.4.4 Build 001-000-156-985 > > if I use driver > package com.sap.dbtech.jdbc, "SAP DB JDBC Driver", "SAP AG", > "7.3.0 Build 023-000-085-131" > > or if i use sqlmode=INTERNAL all works fine > > my db-kernel is 7.3.0 040-000-091-740 > > are there any known problems or solutions? > > > -- > Thomas Markus > Tel: 030 29 36 399 - 18 > mailto:[EMAIL PROTECTED] > Proventis GmbH > Torellstr. 1 > 10243 Berlin > > > > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: > http://lists.mysql.com/[EMAIL PROTECTED] > -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
