I have a problem with a program that just freezes when you enter a request that is not in the database.
I can't find anything on the net that deals with this sort of problem.
I would like to put the functionality of detecting the non existence of the data in the database and dealing with it without crashing the application.
I'm trying to implement a java program that accesses an MS Access database and retrieves the data. I use java.sql.* package and jdbc.
All the other functionalities work (retrieving and updating data) but I haven't been able to resolve this bug.
2007-01-08
00:59:47
·
5 answers
·
asked by
Franlee
2
in
Computers & Internet
➔ Programming & Design