Subject | Re: Column name not found in result set |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-06-04T15:48:04Z |
> óan someone shed a light on this problem with JayBird 1.5RC2?From the stack trace I see that somebody called ResultSet.getLong
> http://forum.hibernate.org/viewtopic.php?t=931486
(String) method. Switch the driver logging to the debug level to see
exact SQL that was prepared. If it does not contain uid1_ column,
then it was "invented" somewhere above the JayBird.
Roman