The problem turned out to be a statement left over from modifying the
database code from a query to an add/change/delete
> doPost(....) {
> ...................standard read-form-insert-fields-into-database code
> ...................rs.close(); /*remove this line and all works fine */
> ...................doGet( request, response);
>
> }
Works like a charm now!
Thanks anyway,
Steve
Chris ( Val ) - 13 Nov 2007 12:35 GMT
On Nov 13, 10:10 pm, canoe...@telecom-digest.zzn.com wrote:
> The problem turned out to be a statement left over from modifying the
> database code from a query to an add/change/delete
[quoted text clipped - 7 lines]
>
> Works like a charm now!
I'm glad you sorted it out, but based on the information
you previously posted, how did you expect anyone to know
the answer in the first place?
This post even includes some code (apparently the
offending piece), that wasn't in your original post.
:-)
--
Chris