RE: JSP does not connect postgresql with jdbc

2004-03-29 Thread Schalk
something like this: :: :: con = DriverManager.getConnection( :: props.getProperty("server"), props); :: :: -walter :: :: From: Hiro <[EMAIL PROTECTED]> :: Subject: JSP does not connect postgresql with jdbc :: Date: Tue, 30 Mar 2004 07:28:07

RE: JSP does not connect postgresql with jdbc

2004-03-29 Thread Schalk
email. Thank you. :: -Original Message- :: From: Hiro [mailto:[EMAIL PROTECTED] :: Sent: Tuesday, March 30, 2004 12:03 AM :: To: [EMAIL PROTECTED] :: Subject: JSP does not connect postgresql with jdbc :: :: HI! :: :: I am using JSP through JDBC with postgreSQL. But I can not

Re: JSP does not connect postgresql with jdbc

2004-03-29 Thread Walter Truitt
anager.getConnection( props.getProperty("server"), props); -walter From: Hiro <[EMAIL PROTECTED]> Subject: JSP does not connect postgresql with jdbc Date: Tue, 30 Mar 2004 07:28:07 +0900 > HI! > > I am using JSP through JDBC with postgreSQL. But I

JSP does not connect postgresql with jdbc

2004-03-29 Thread Hiro
HI! I am using JSP through JDBC with postgreSQL. But I can not connect postgreSQL with JDBC. So I got a error message. The message is "org.postgresql.util.PSQLException: The user property is missing. It is mandatory. " Please give me a advice or help. postgresql.jar and postgresql-examp

JSP does not connect postgresql with jdbc

2004-03-29 Thread Hiro
HI! I am using JSP through JDBC with postgreSQL. But I can not connect postgreSQL with JDBC. So I got a error message. The message is "org.postgresql.util.PSQLException: The user property is missing. It is mandatory. " Please give me a advice or help. postgresql.jar and postgresql-examp