Quoting sugumar <[EMAIL PROTECTED]>:
> Connection con=DriverManager.getConnection
("jdbc:postgresql://192.168.230.148/meeting,postgres,postgres");
Your url is wrong, it should read
> Connection con=DriverManager.getConnection
("jdbc:postgresql://192.168.230.148/meeting","postgres","postgres");
Peter
--
Peter Mount [EMAIL PROTECTED]
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]