Re: JSP to PostgreSql - Mailing list pgsql-jdbc

From Shavonne Marietta Wijesinghe
Subject Re: JSP to PostgreSql
Date
Msg-id 002e01c894a5$9a472e50$0602a8c0@DREAM
Whole thread Raw
In response to JSP to PostgreSql  ("Shavonne Marietta Wijesinghe" <shavonne.marietta@studioform.it>)
List pgsql-jdbc
Thanks Laurenz . I changed the address as you said and it worked.

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

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


pgsql-jdbc by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: CallableStatement and getUpdateCount
Next
From: Kris Jurka
Date:
Subject: Re: CallableStatement and getUpdateCount