Re: Right version of jdbc

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Right version of jdbc
Date: 2023-09-28 15:48:57
Message-ID: e33be4f7-1086-c55c-b5bf-aa8c50ccabd1@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/28/23 09:41, Raivo Rebane wrote:
> Now I changed the Postgres Server to version 15 and making Tomcat 9.0
> project.
> Now I am using postgresql-42.6.0.jar driver, but Tomcat gives error :
> java.sql.SQLException: No suitable driver found for
> jdbc:postgresql://localhost:5432/mushroom_database
> What driver I have to use for suitable driver.
> Or must I downgrade my postgres version ?
>

Can you show the code you use to make the database connection?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Raivo Rebane 2023-09-28 15:53:40 Re: Right version of jdbc
Previous Message Raivo Rebane 2023-09-28 15:41:25 Re: Right version of jdbc