28 Jun
2010
28 Jun
'10
9:40 a.m.
Hi Andrea, On 28-06-2010 10:40:58 +0200, Andrea Panetta wrote:
Hi at All. I've a problem with monetdb... I need to use it with jdbcDriver eith iSQL viewer but, when I user mi driver, and i load it with my credential, I've the following error
Error: ResultSet is closed.
It's strange because, when I try the driver with eclipse, my programs work well but, when I use this driver with an external software, like isql viewer, it don't work. How I can do to fix this error?
This problem is caused by iSQL. It somehow performs two actions in an order that according to the JDBC specs requires a previous resultset to be closed automatically. There is not much we can do about this.