Gerd Wagner wrote:
> Mateus F. Ribeiro wrote:
>> Hello!
>>
>> I'm using SQuirreL to access a remote DB2 database
>> using an JDBC-ODBC bridge driver. I have 2 questions
>> and would be very grateful if you could answer them:
>>
> I'm pretty sure that your problems are caused by the JDBC-ODBC bridge.
> It has quite some limitation especially with respect to meta data and
> the Graph plugin does a lot of meta data accesses.
Mateus,
I have to agree with Gerd on this. I've used the JDBC-ODBC bridge to
connect to MS-Access
and many of the metadata-related methods (for PK, FK, etc) throw
exceptions claiming no
support. Even Sun acknowledges that this is a temporary solution,
should be regarded as experimental
and should only be used when no JDBC driver is available. I'd recommend
that you give the IBM DB2
Universal JDBC driver a try.
Rob
|