Re: Exception on call to isValid() method
От
Kris Jurka
Тема
Re: Exception on call to isValid() method
Дата
Msg-id
Pine.BSO.4.64.0703051220480.21492@leary.csoft.net
Ответ на
Exception on call to isValid() method (Jeff Lanzarotta)
Список
Дерево обсуждения
Exception on call to isValid() method Jeff Lanzarotta <delux256-postgresql@yahoo.com>
Re: Exception on call to isValid() method Kris Jurka <books@ejurka.com>
On Mon, 5 Mar 2007, Jeff Lanzarotta wrote: > I am receiving the following exception when I call the isValid() method > on a database Connection object. > > Exception in thread "AWT-EventQueue-0" java.lang.AbstractMethodError: > org.postgresql.jdbc3.Jdbc3Connection.isValid(I)Z > > Any idea why this Exception would be thrown? isValid is a JDBC4 method and you have a JDBC3 driver. Kris Jurka
В списке pgsql-jdbc по дате отправления