このウィキの読者になる
更新情報がメールで届きます。
このウィキの読者になる
カテゴリー
最近更新したページ
最新コメント
FrontPage by awesome things!
FrontPage by check it out
FrontPage by awesome things!
FrontPage by check it out
FrontPage by awesome things!
FrontPage by awesome things!
FrontPage by awesome things!
FrontPage by awesome things!
FrontPage by awesome things!
Menu
Wiki内検索

データベースを開く処理

Class.forName("org.postgresql.Driver");
String url = "jdbc:postgresql://sv:5432/js_009";
con = DriverManager.getConnection("jdbc: postgresql(ポスグレを表す)://ホスト名:", "ユーザ名", "パスワード");
con.setAutoCommit(false);
2006年05月16日(火) 16:09:24 Modified by warp1030




スマートフォン版で見る