Netbeans 3.3.1

From: Chris Lee <Chrislee(at)centurycity(dot)com(dot)hk>
To: "'pgsql-jdbc(at)postgresql(dot)org'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Netbeans 3.3.1
Date: 2002-03-28 04:35:36
Message-ID: A2388C941356D4119D830008C7336801013D0AA3@HKRHIEXC01
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

1. Install Netbeans 3.3.1 and use Update Center to download Database
Explorer
2. Install PostgreSQL driver from
http://jdbc.postgresql.org/download/pgjdbc2.jar, and put it to
C:\netbeans\lib\ext folder
3. Select PostgreSQL (v7.0 and later) and right click and select Test
Driver...
4. Enter the DatabaseURL, User and Pasword and press OK

5. System return following information:
Internet test driver incomplete. The driver may not support the required
DatabaseMetadata methods.
Take a look at the Output Window for detials.

6. The Oupt Window show:
Testing driver org.postgresql.Driver.
Test getTables(): found 3 tables.
Test getColumns(): Table arch_event contains 10 columns.
Warning: No primary keys were found in table arch_event. Check your
database.
Warning: No indexes were found in table arch_event. Check your database.
Warning: No views were found. Check your database.
Test getProcedures(): found 1263 procedures.
Warning: No procedure columns were found in procedure {0}. Check your
database.

What's Wrong with it?

Server: Linux 7.2 / PostgreSQL 7.2
Client: Windows 2K / Netbeans / JDK 1.4.0

---
Regards,
Chris Lee

Browse pgsql-jdbc by date

  From Date Subject
Next Message Arsalan Zaidi 2002-03-28 08:41:46 Error on commi()
Previous Message raghu nidagal 2002-03-28 04:08:23 Primary Key