Hi, Jianping Zhu wrote: > > I have spend three days try to get jdbc for mysql work, but failed. I am > very frustrated. I will > be appreciated if somebody can help me out. snip > } catch (Exception e) { > System.out.println("StocksMy: JDBC exception"); > System.exit(1); > } > } > }
Please print Exception as below and check RDBMS configuration. } catch (Exception e) { System.out.println(e.getMessage()); e.printStackTrace(); System.exit(1); } -- TAKAHASHI, Tomohiro --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php