RogerChen  
日历
<2006年12月>
262728293012
3456789
10111213141516
17181920212223
24252627282930
31123456
统计
  • 随笔 - 3
  • 文章 - 0
  • 评论 - 3
  • 引用 - 0

导航

常用链接

留言簿(1)

随笔档案

搜索

  •  

最新评论

阅读排行榜

评论排行榜

 

2006年12月3日

大家好!请教关于MYSQL的问题!
    在机器中已经安装了MYSQL5,而且服务器端已经启动.执行以下程序片断时,始终无法取得CONNECTION,请此方面的朋友指点一二,谢谢了.
    程序片断:
    private String dbUrl = "jdbc:mysql://localhost:3306/ExampleDB";
    private String dbUser = "user";
    private String dbPwd = "password";

    try
    {
          Class.forName("com.mysql.jdbc.Driver");
         
          Connection con = DriverManager.getConnection(dbUrl, dbUser, dbPwd);
          //程序在此出错,无法得到Connection

          ................................

    }
    catch (.................)
    {
         .....................
    }
    finally
    {
            ..................
    }

posted @ 2006-12-26 13:11 Ancinet 阅读(217) | 评论 (0)编辑 收藏
 
各位朋友,想寻求一个JBOSS4.0的工具软件,请问谁可以提供?谢谢大家.
posted @ 2006-12-03 21:56 Ancinet 阅读(263) | 评论 (2)编辑 收藏
 
Copyright © Ancinet Powered by: 博客园 模板提供:沪江博客