| Author |
classcastexception
|
kelly devon
Ranch Hand
Joined: Apr 15, 2004
Posts: 71
|
|
hi am having a classcastexception, i know why i am. i caught it but cant get my code to delete a record in the database for me any ideas will be welcomed.could it be my logic? here is a fragment of the code [ September 27, 2005: Message edited by: Michael Ernest ]
|
kel
|
 |
Michael Ernest
High Plains Drifter
Sheriff
Joined: Oct 25, 2000
Posts: 7292
|
|
|
If the exception gets thrown before you reach the logic that deletes a record, catching the exception makes no difference. You need to figure out first where the exception occurs, and remove it so your method can run to completion.
|
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
|
 |
 |
|
|
subject: classcastexception
|
|
|