Hello
When I wanna remove a record from my Database or update a record in my
database. I get a java.sql.SQLException: General error, but he does
remove the record. what does it mean java.sql.SQLException: General
error and how can i fix it?!
Greets Vampyrotica
Hamed Seifoddini - 17 Jun 2004 10:14 GMT
There might be another thread running a query on the table which has
locked the table.
> Hello
>
[quoted text clipped - 4 lines]
>
> Greets Vampyrotica
Elvira Zeinalova - 18 Jun 2004 10:22 GMT
I had the same problem and I found the mistake:
"statement.close()" was before I tried to run
"statement.ExecuteUpdate()".
Check it.
> Hello
>
[quoted text clipped - 4 lines]
>
> Greets Vampyrotica