Peter,
I noticed when I call the getTables() method and pass it as the last
argument an array of strings of the types,
if I use "TABLES" as reported by getTableTypes, I get no matches. If I use
"TABLE" it returns my tables. Is this
the correct functionality or should getTableTypes return "TABLE" instead of
"TABLES"?
TIA,
Bill
-----Original Message-----
From: Peter Hearty [mailto:peter.hearty@lutris.com]
Sent: Friday, June 30, 2000 9:56 AM
To: instantDB@enhydra.org
Subject: Re: InstantDB: DatabaseMetaData Support
Bill
Only some of the calls you need are actually supported, and some are only
partially supported.
getTables(...) fully supported
getCatalogs(...) always returns an empty result set
getTableTypes(...) always returns a single row with 'TABLES' as its value
getPrimaryKeys(...) - partially supported - key sequence is incorrect
getImportedKeys(...) always returns an empty results set
Regards
Peter Hearty
Lutris Technologies UK Ltd.
-----Original Message-----
From: BSmith@ixl.com <BSmith@ixl.com>
To: instantdb@enhydra.org <instantdb@enhydra.org>
Date: 29 June 2000 22:29
Subject: InstantDB: DatabaseMetaData Support
>I'm using a product (Toplink for Java) that requires that the following
>methods are supported in the DatabaseMetaData interface. In the InstantDB
>JDBC implementation are the following methods all supported?
>
>getTables(...)
>getCatalogs(...)
>getTableTypes(...)
>getPrimaryKeys(...)
>getImportedKeys(...)
>
>TIA,
>Bill
>
>
>=====================
>Bill Smith
>Senior Software Engineer
>iXL, Inc.
>4600 Cox Rd.
>Glen Allen, VA 23060
>
>tel: 804.217.8888
>fax: 804.217.8890
>bsmith@ixl.com
>
>This message is intended only for the use of the Addressee and may contain
>information that is PRIVILEGED and CONFIDENTIAL. If you are not the
intended
>recipient, dissemination of this communication is prohibited. If you have
>received this communication in error, please erase all copies of the
message
>and its attachments and notify us immediately.
>
>
>---------------------------------------------------------------------------
--
>To unsubscribe from this mailing list, send email to majordomo@enhydra.org
>with the text "unsubscribe instantdb" in the body of the email.
>If you have other questions regarding this mailing list, send email to
>the list admin at owner-instantdb@enhydra.org.
----------------------------------------------------------------------------
-
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|