Subject RE: [Firebird-Java] OBJECT in use during Foreign key creation
Author Helen Borrie
At 06:11 PM 25/03/2003 -0800, you wrote:
>Actually, with a small test case, I can make this work with JayBird.
>However, if I add some con.getMetaData() calls in between that query for
>the existince of the table name before I create it, I eventually hang on
>one of the calls to dbMetaData.getTables( null, null,
>getPrimaryTableName(), null ). Hmmmm....

You do need to COMMIT each metadata item in its own transaction before you
can do other stuff with/to it...

Helen