Table Info for Excel Connections
Brought to you by:
moatas
Some data sources have no schema (eg. an odbc
connection to an excel worksheet), but still have table
and column information available through the
DatabaseMetaData.
One should be able to browse the table definitions for
these data sources.
The current version throws a NullPointerException at
net.plugin.sql.gui.SQLDataPanel.buildSchemaList
Logged In: YES
user_id=162865
Is this still happening? Can some one procide a test case?
THe only DB I access currently is Oracle which does not
present this problem.
Logged In: YES
user_id=162865
This is fixed. Should be classified as a bug. Now works
with schemaless databases.