AW: [dbforms] Jasper reports and dataLabels

2005-06-13 Thread Henner Kollmann
No you can not use this in jasperreports directly. But you can define a view in your database which contains all the data you need! Cheers, Henner > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag von > Joseph Prosser > Gesendet: Dienstag, 7. J

WG: [dbforms] delete problem resultset

2005-06-13 Thread Henner Kollmann
Seems that the diskblobs resultset is closed to early. Code in DataSourceJDBC.java looks quite different. Best would be to copy the code from DataSourceJDBC into the classic.Delete class. If you succeed, please send me the patch! Thanks Henner > -Ursprüngliche Nachricht- > Von: [EMAIL PR

[dbforms] delete problem resultset

2005-06-13 Thread pcolomb
Hi, I'm using Websphere(WSAD5.1.2) dbforms2.5, and i have a delete button on a list page and on a single page. When i want to delete a row of my table i got the exception below (ResultSet is closed), but the row is well deleted ! i have the same JSP as followUp in my dbforms tag, and my list page