Is there a way to display metadata for an embedded firebird db?
I’m getting a rather useless error message:
Fehlercode: 1
firebird_sdbc error:
*unsuccessful metadata update
*cannot delete
*COLUMN Table.id
*there are 1 dependencies
caused by
'DROP TABLE"Table"'
I deleted the relations in the relations editor so it must be some kind of leftover trigger. But I have no idea how to access it. I looked at the index designer but trying to change that one shows the same error.
I’m thinking about deleting it all and making an external MySQLDB or something. I avoided it so far because I thought embedded Firebird would have the best compatibility with LO. This is just tiresome.