To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48444
User vyho changed the following:
What |Old value |New value
================================================================================
Status|CLOSED |UNCONFIRMED
--------------------------------------------------------------------------------
Resolution|INVALID |
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Apr 29 09:19:35 -0700
2005 -------
Using Java, connect to a DSN (which points to an mdb file). The driver I use is
Infozoom.
Using this statement:
dbmd = con.getMetaData();
int i;
uprs = dbmd.getTables(null, null, null, new
String[]{"TABLE", "VIEW"});
I would get both the tables and the queries. However, with this:
dbmd = con.getMetaData();
int i;
uprs = dbmd.getTables(null, null, null, new
String[]{"TABLE"});
I only get the table listing.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]