Skip to main content



      Home
Home » Eclipse Projects » DTP » SQLExceptionDialog
SQLExceptionDialog [message #11431] Fri, 21 April 2006 18: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: Tue Jul 01 13:52:59 EDT 2025

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

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

Back to the top