Subject | Re: [Firebird-Java] Received error "GDS Exception. 335544363. no transaction for request |
---|---|
Author | Roman Rokytskyy |
Post date | 2009-02-02T22:14:01Z |
> I am working on an application that does reverse engineering ofFor some reason you do not have active transaction when you try to
> databases and I recently received the exception "GDS Exception.
> 335544363. no transaction for request" when trying to get meta data
> from a connection using JayBird. The exception occurs when I try to
> call the method getColumns on a DatabaseMetaData object. I have been
> unable to find an explanation of this error code and I am hoping
> someone can help me out.
obtain columns from the metadata object.
Normally this should never occur, since driver should detect such
situations and start transaction for you. But seems that something works
not like it was designed.
So, it would be great if you could post some code that reproduces this
issue, so we can tell it better.
Roman