Subject Re: Exception in jgds.GDS_Impl
Author Roman Rokytskyy
> We have it running on Windows/XP, using one single connection to
> database.

Is it used from multiple threads? If yes, you have to synchronize
against the connection object - JayBird 1.0 and JayBird 1.0.1 are not
thread safe, JayBird 1.5 should be thread safe, but it is not released
yet.

Roman