Hi,
One bug, one question:
Bug
===
The Access JDBC driver method getImportedKeys() returns the PK and FK values swapped compared to MySql and Oracle 9.
fkColumnName <> pkColumnName
fkTableName <> pkTableName
Question
========
Shouldn't there be a value in pkName as there is for fkName????
Thanks
Darren
|