Обсуждение: Problem accessing database using DB Visualizer

Поиск
Список
Период
Сортировка

Problem accessing database using DB Visualizer

От
Howard Oblowitz
Дата:
We have just upgraded from Postgres version 7.1 to Postgres 7.3.1

We get an error when using DB Visualizer ( version 3.2 ) to access
a Postgres database.

Error is:

java.sql.SQLException: Error:
No such attribute or function 'objsubid'



Any ideas?

Howard
hob@ct.ucs.co.za


Re: Problem accessing database using DB Visualizer

От
Robert Treat
Дата:
On Fri, 2003-03-14 at 02:25, Howard Oblowitz wrote:
> We have just upgraded from Postgres version 7.1 to Postgres 7.3.1
>
> We get an error when using DB Visualizer ( version 3.2 ) to access
> a Postgres database.
>
> Error is:
>
> java.sql.SQLException: Error:
> No such attribute or function 'objsubid'
>
>
>
> Any ideas?
>

Didn't see any response to this, I guess the standard response would be
to make sure you have an up to date jdbc driver. After that, I'd suggest
posting to the jdbc group (assuming dbvisualizer doesn't have a malling
list)

Robert Treat