Just started playing with Firebird. I am using a TIBTable to maintain a simple table, I have a generator and trigger (Before Insert) to update an ID column. This works fine interactively within IBEasy+, but never fires when I do an insert with a DBNavigator. Is this normal? I thought the whole idea of triggers was to isolate the db from the project...