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
posted
0
getErrorCode() method should return vendor specific error Dan