Re: JSP to PostgreSql

From: "Shavonne Marietta Wijesinghe" <shavonne(dot)marietta(at)studioform(dot)it>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JSP to PostgreSql
Date: 2008-04-02 09:40:35
Message-ID: 002e01c894a5$9a472e50$0602a8c0@DREAM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2008-04-02 17:07:23 Re: CallableStatement and getUpdateCount
Previous Message Albe Laurenz 2008-04-02 08:25:30 Re: CallableStatement and getUpdateCount