aspose file tools
The moose likes JDBC and the fly likes handling Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "handling "table not found" !!!!!" Watch "handling "table not found" !!!!!" New topic
Author

handling "table not found" !!!!!

shankar vembu
Ranch Hand

Joined: May 10, 2001
Posts: 309
hi all,
how to handle "table not found" error using jdbc.
i know in this case an SQLException will be thrown.
but this exception is thrown for any database errors.
how do i track down this particular case of "table not found"??
the solution should work for any databse.
thanx in advance.
shanks.
Daniel Dunleavy
Ranch Hand

Joined: Mar 13, 2001
Posts: 276
getErrorCode() method should return vendor specific error
Dan
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: handling "table not found" !!!!!
 
Similar Threads
JTable will not clear
Transaction Management in JDBC
Testing for exceptions
JTable column headers in 1.3
WHAT HAPPENS IF FINDER METHD IN CMP BEANS HAVE AN INVALID ENTRY