This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 28429 - No tables in explorer
Summary: No tables in explorer
Status: VERIFIED DUPLICATE of bug 24250
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@db
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-03 14:49 UTC by rikvdk
Modified: 2006-06-05 11:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rikvdk 2002-11-03 14:49:40 UTC
I can make a succesful connection via JDBC to a MYSQL 
database. The problem is that I do not see any table. When 
I test the driver in the ouput window appears the message:

Testing driver com.mysql.jdbc.Driver.
Test getTables(): found 6 tables.
Test getColumns(): Table columns_priv contains 7 columns.
Test getPrimaryKeys(): Table columns_priv contains 5 
primary keys
Test getIndexInfo(): Table columns_priv contains 5 indexes.
Warning: No procedures were found. Check your database.

What goes wrong? I have tested with two versions of MYSQL 
and three different JDBC drivers of MYSQL. They all have 
the same problem.
Comment 1 Radko Najman 2003-01-10 11:19:01 UTC

*** This issue has been marked as a duplicate of 24250 ***
Comment 2 Martin Schovanek 2003-03-12 19:13:43 UTC
VERIFIED