Re: Deleting from database
Hi,
when you are deleting from database you wont get any resultset since it is
not returning any data.you can get the no. of columns affected by delete
opertation.Use ResultsetMetaData
>"Hein" <Heinrich@jmr.co.za> wrote:
>
>I am working on a very basic and simple program that connects to a database.
>I can delete an item from the database but an exception is thrown stating
>that no resultset was produced. It doesn't cause a problem in the operation
>of the program, but I would like to know why it throws this exception and
>how I can solve the problem.