Hello Patrick, fixing the bug ResultSetMetaData.getTableName() means that the driver will return a tablename instead of always returning "", but only where this is possible. There are some cases (for example, for a join) where the driver cannot retrieve a tablename for each of columns and ResultSetMetaData.getTableName() is still returning "". I think this is compliant to the JDBC-specification. So, maybe you should change the RowSet implementation.
Regards, Marco ---------------------------------------------- Marco PASKAMP SAP DB, SAP Labs Berlin > -----Original Message----- > From: Patrick Buchinger [mailto:[EMAIL PROTECTED]] > Sent: Montag, 4. M�rz 2002 10:49 > To: SapDB Maillisting > Subject: RE: JDBC: ResultSetMetaData.getTableName() returns > empty String > > > hello marco! > > thank you for the hint. This bug will be fixed in the next > version of the > > JDBC-driver. Maybe I can offer a patch next week. > > thank you for your answer! when will the next version of the > JDBC-driver > be available? or would it be possible for you to send me a > patch as soon > as one is available? it's quite important for us to get a > working driver > soon because we need to finish our tests this week. > > thank you very much, > > patrick > > _______________________________________________ > sapdb.general mailing list > [EMAIL PROTECTED] > http://listserv.sap.com/mailman/listinfo/sapdb.general > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
