View Single Post

   
  #4 (permalink)  
Old 04-16-2008, 01:00 AM
Shavonne Marietta Wijesinghe
 
Posts: n/a
Default Re: JSP to PostgreSql

Thanks Laurenz . I changed the address as you said and it worked.

wrong:
jdbcostgresql://192.168.2.3:8080/database/FormAjax?user=postgres&password=form

right:
jdbcostgresql://192.168.2.3:8080/formajax?user=postgres&password=form


--
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc

Reply With Quote