Subject RE: [Firebird-Java] Re: Failure on PreparedStatement
Author Robert DiFalco
1.0.0 Win32 Build of Firebird
12/17/2002 build of JayBird

You have the unit test code, the DDL is as follows:

CREATE TABLE ClassMap (
oid INTEGER NOT NULL,
classname BLOB SUB_TYPE 1,
mapping BLOB SUB_TYPE 1,
codebase BLOB SUB_TYPE 1,
PRIMARY KEY ( oid )
);


-----Original Message-----
From: Roman Rokytskyy [mailto:rrokytskyy@...]
Sent: Friday, April 04, 2003 11:47 AM
To: Firebird-Java@yahoogroups.com
Subject: [Firebird-Java] Re: Failure on PreparedStatement


Robert,

> I'm getting a failure on a prepared statement. It seems that even
> if I am doing something wrong that it shouldn't fail in this way
> (i.e. IllegalStateException).
>
> Here's a small unit test:

Can you post your complete code with database schema here (or send me
by email)? You have run into error that is believed to be critical
for current transaction and then for some reasons driver could not
end that transaction.

However, I would like to see what kind of problem you have and what
had happened to driver. Also ensure that you can recreate this
problem using latest version of JayBird (since neither RC4 nor
release was made so far, you have to build driver yourself - its
easy). Also include version of your databse server in your post
(including build number, 3-digit number at the end of a version).

Thanks!
Roman


Yahoo! Groups Sponsor
ADVERTISEMENT




To unsubscribe from this group, send an email to:
Firebird-Java-unsubscribe@yahoogroups.com



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.