I did try your snippet of java code - dropping, recreating views and different combinations of those and it all worked fine for me, so was kind of baffled why you were getting the exception. Anyways, I am glad you were able to identify the issue and move forward.
Cheers,RajeshOn 3/4/06, Rhys Cam
Legolas Woodland wrote (2006-03-04 16:55:47):
> Bernt M. Johnsen wrote:
> >Legolas Woodland wrote (2006-03-04 13:38:00):
> >
> >>Hi
> >>Thank you for reading my post.
> >>where i can find sql-99 and sql-2003 standards ?
> >>author has u
Michael,
I think I found out what the problem was. In my class "DBTools" I was
closing the connection after calling a function what executed any SQL
against the database. I removed the offending lines and re-made my jar
files and the problem went away.
Thanks for your suggestions. I have re-coded
Bernt M. Johnsen wrote:
Legolas Woodland wrote (2006-03-04 13:38:00):
Legolas Woodland wrote (2006-03-04 13:38:00):
> Hi
> Thank you for reading my post.
> where i can find sql-99 and sql-2003 standards ?
> author has use them in his paper.
> http://wiki.apache.org/db-derby/SQLvsDerbyFeatures
http://www.iso.org
Beware: The price tag is pretty hefty. CH
Hi
Thank you for reading my post.
where i can find sql-99 and sql-2003 standards ?
author has use them in his paper.
http://wiki.apache.org/db-derby/SQLvsDerbyFeatures
thanks