Jbuilder JDBC Explorer and Postgres

From: Dan Rosner <rosner(at)scn(dot)org>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Jbuilder JDBC Explorer and Postgres
Date: 1999-09-08 06:13:04
Message-ID: 37D5FE70.87312BA@scn.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Greetings,

I'm having an interesting problem connecting to postgres 6.5.1 using the
jdbc6.5-1.2.jar. After installing the driver in Jbuilder 3, I'm able
to connect to my database but can ONLY see the postgres system indexes
in Jbuilder's JDBC Explorer GUI. I'm unable to see my other database
objects (tables, views, etc...) in the JDBC Explorer. Yet the
driver lets me manipulate these unseen objects when I execute sql
statements against the database. Problem is, I'd like to see all my
database objects in the JDBC Explorer GUI, not just the system index.

Has anyone experienced this who can suggest a fix?
Is this due to Jbuilder, the postgresql.Driver, or perhaps a
bad configuration? Thanks for any thoughts.

Dan

--
Dan Rosner
Cascade Programming Group
P.O. Box 7405
Tacoma, WA 98407
Voice: (253) 297-3758 Fax: (253) 752-4406
rosner(at)scn(dot)org

Browse pgsql-interfaces by date

  From Date Subject
Next Message Mengelbier, Magnus 1999-09-08 06:17:08 RE: [INTERFACES] Message-id: <37d5c912.1673.0@chariot.net.au>
Previous Message Dan Rosner 1999-09-08 06:00:50 Jbuilder JDBC Explorer and Postgresql