Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » SQLExceptionDialog
SQLExceptionDialog [message #11431] Fri, 21 April 2006 22:44
Eclipse UserFriend
Originally posted by: francine.grimmer.ncr.com

I am trying to use the SQLExceptionDialog. The message box pops up, but the Details area is empty, also the disconnect button and reconnect don't do anything. So are there any examples of this usage. Here is the my code snippet:

}catch (SQLException sqle){
IStatus status = new Status(
IStatus.ERROR,
Activator.getDefault().getBundle().getSymbolicName(),
IStatus.ERROR,
"###Error..SQL Exception - " + sqle.getMessage(), //$NON-NLS-1$
sqle);
Activator.getDefault().getLog().log(status);
SQLExceptionDialog dialog = new SQLExceptionDialog(status);
dialog.open();
}

What am I missing?
Previous Topic:SQL parser standalone?
Next Topic:SQLExceptionDialog
Goto Forum:
  


Current Time: Sat Apr 27 03:50:40 GMT 2024

Powered by FUDForum. Page generated in 0.02592 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top