jdbc small example

Поиск
Список
Период
Сортировка
От soundar rajan
Тема jdbc small example
Дата
Msg-id 19991020214327.5419.rocketmail@web2102.mail.yahoo.com
обсуждение исходный текст
Список pgsql-general
Hi all,

If someone can tell me how to start with, connecting
java to postgresql.  I suppose I'm right.  But, I get
some errors.

import java.sql.*;

public class jd{
    public static void main(String[]a rgs){
        Class.forName("postgresql.Driver");
        String url = "jdbc:postgresql:xxx";
        connection c = Dri..M.getConn( );
        Statement stmt= conn.createStmt():
        ResultSet rs = stmt.execQu();
    }
}


The problem is ... I get a connection error, even
though the db is running at the backend.

Helps appreciated





__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

В списке pgsql-general по дате отправления:

Предыдущее
От: soundar rajan
Дата:
Сообщение: jdbc small example
Следующее
От: soundar rajan
Дата:
Сообщение: jdbc small example