Hello,
when I try to call a DatabaseMetaData object using the getImportedKeys()
method in order to get information on foreign keys , e.g.
ResultSet rs = dbmd.getImportedKeys(null, null, "employee");
I always receive an sql error "TRANSLATEFKFLAGS requires
two numeric parameters".
Is this a bug or am I just doing wrong? And if it is a bug, may I
get the information out of the system tables instead (where?)?
Regards
Otto
-----------------------------------------------------------------------------
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.
|