jdbc small example

From: soundar rajan <psrajan(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: jdbc small example
Date: 1999-10-20 21:43:27
Message-ID: 19991020214327.5419.rocketmail@web2102.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message soundar rajan 1999-10-20 21:44:42 jdbc small example
Previous Message soundar rajan 1999-10-20 21:10:45 jdbc small example