Subject | DriverNotCapableException |
---|---|
Author | toni@fdplus.com |
Post date | 2001-07-18T13:44:54Z |
I installed the Interclient 2 binaries from Borland since that was
the only place I could find binaries. When I tried the
communications diagnostic applet I get the following with just an SQL
warning:
When I decide to run my application, I get the following exception
to find unitialized object on stack
I changed the interclient.jar with one compiled with JDK1.3 and I
get the following:
yet supported.
The exception occurs when I parse a resultset object using the
methods getString("col_name") and getInt("col_name").
I'm on windows XP with JRE1.3.1
Thank you very much for any assistance you can provide.
the only place I could find binaries. When I tried the
communications diagnostic applet I get the following with just an SQL
warning:
>Database product name: InterBaseDialect has been changed to 3.
>Database product version: WI-T0.9.5.156 Firebird Beta1
>Database ODS version: 10.0
>Database Page Size: 4,096 bytes
>Database Page Allocation: 166 pages
>Database Size: 664 Kbytes
>Database SQL Dialect: 3
>
>Middleware JDBC/Net server name: InterServer
>Middleware JDBC/Net server version: 2.0.1 Test Build
>Middleware JDBC/Net server protocol version: 20001
>Middleware JDBC/Net server expiration date: no expiration date
>Middleware JDBC/Net server port: 3060
>
>
>***** SQLWarning *****
>SQL State: 01JB0
>Error Code: 130
>Message: [interclient] Specified dialect not supported: The SQL
>See API reference for exceptioninterbase.interclient.SQLDialectException
When I decide to run my application, I get the following exception
>SQLException: (class: interbase/interclient/ErrorKey, method:_$372 signature:(Ljava/lang/String;Ljava/lang/String;I)V) Expecting
to find unitialized object on stack
I changed the interclient.jar with one compiled with JDK1.3 and I
get the following:
>SQLException: interbase.interclient.DriverNotCapableException:[interclient] Unsupported feature: Using a JDBC 2 method which is not
yet supported.
> See API reference for exceptioninterbase.interclient.DriverNotCapableException
The exception occurs when I parse a resultset object using the
methods getString("col_name") and getInt("col_name").
I'm on windows XP with JRE1.3.1
Thank you very much for any assistance you can provide.