Re: [firebird-support] Can't Drop Column?

2018-07-08 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
08.07.2018 16:31, 'Chris LeFebvre' lefebv...@comcast.net [firebird-support] wrote: > So what am I doing wrong and how can I remove this column? Error 336068795 is "field is referenced in index". So, you missed one index while removing. -- WBR, SD.

[firebird-support] Can't Drop Column?

2018-07-08 Thread 'Chris LeFebvre' lefebv...@comcast.net [firebird-support]
I'm currently using Firebird 3.0.3, I have a table with a column that's redundant i.e. that I can get from another table with a join so I removed all references to that column (indexes etc) and I've tried to drop the column. I use Database Workbench 5.4.2 Pro (but I've also tried to delete via Sql