I'm getting a problem in a simple jsp page...

 

The only thing I'm doing is opening a connection to an oracle db (working) and executing a query returning a resultset that is iterated. The thing is I've seen it working, but now I get an sqlexception when compiling. Saying (I think, cause I'm translating it from Portuguese) that the flow has been closed.

 

I have no idea on what this means and hope for some help from you.

 

I'm using Jakarta dbTags (experimenting)... It looks great. Have done it by hand in the page (Class.forName(driver);conn = DriverManager.getConnection(url)) and the result is the same.

 

Thanks in advance...

 

 

Reply via email to