Re: JDBC

From: "Peter Mount" <peter(at)retep(dot)org(dot)uk>
To: <algobit(at)algobit(dot)com>, "ML-Postrges-general" <Pgsql-General(at)postgresql(dot)org>
Subject: Re: JDBC
Date: 2000-09-05 09:57:06
Message-ID: 008b01c0171f$a619af20$6f0010ac@heather
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The problem seems to be on how JBuilder is asking JDBC for the list of tables. It's on my list of things to check, although it's difficult without a copy of JBuilder (with the database components) to play with.

Peter

--
Peter T Mount peter(at)retep(dot)org(dot)uk, me(at)petermount(dot)com
Homepage: http://www.retep.org.uk Contact details: http://petermount.com
PostgreSQL JDBC: http://www.retep.org.uk/postgres/
Java PDF Generator: http://www.retep.org.uk/pdf/
----- Original Message -----
From: Enrico Comini
To: ML-Postrges-general
Sent: Monday, September 04, 2000 4:57 PM
Subject: [GENERAL] JDBC

HI,

I'm having a strange problem connecting to postgres 7.02 using the
jdbc driver. 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? Does anyone
know if this is due to Jbuilder, the postgresql.Driver, or perhaps a
bad configuration? Thanks.

ENRICO

In response to

  • JDBC at 2000-09-04 15:57:22 from Enrico Comini

Responses

  • Re: JDBC at 2000-09-05 10:23:38 from Zeljko Trogrlic

Browse pgsql-general by date

  From Date Subject
Next Message Peter Mount 2000-09-05 09:57:47 Re: Change to DatabaseMetaData.java for the jdbc2 driver (fwd)
Previous Message Peter Mount 2000-09-05 09:46:07 Re: JDBC