Hi Michael,

Ocke's on vacation for a while, so let me jump in here.

>> Which classes you are talking about? The best way is to get rid of the
>> dependency of JDBC.
> 
> I need a specialized ResultSetMetaData class for the driver, but to
> integrate this class I also need to inherit the Driver, Connection,
> PreparedStatement and ResulSet classes to make sure that my class is
> used instead of the original one.

May I ask which part of the JDBC driver's classes your driver actually
really uses? That is, you said your classes derived from the JDBC
classes - which part of the latter is the functionality you want use?

I'm still a little bit confused - what is the architecture of your
driver? You said

> As said before the driver is derived from your MySQL driver,
> but there are also some classes in the driver inherited from the OO JDBC
> driver, which for the implementation of autoincrement columns.

Does "derived" in the first sentence has the meaning as in "derived
class" in C++, or does it mean your driver is inspired by the MySQL
driver? If the former, I don't see how it could also derive from the
JDBC driver's classes, if the latter, then I'm still confused as to
whether your driver also *wraps* another driver (which one?), since this
is the main purpose of the MySQL driver.

Could you elaborate about your driver architecture, please? This might
help us finding other solutions that moving around large chunks of code ...

Ciao
Frank

-- 
- Frank Schönheit, Software Engineer         [EMAIL PROTECTED] -
- Sun Microsystems                      http://www.sun.com/staroffice -
- OpenOffice.org Base                       http://dba.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to