Subject Updating master detail tables - 2nd post
Author Terry Black
Hi, I am trying to add a new record to a master detail set of tables. I am using Delphi7 and Firebird. I get an error 'EIB_ConnectionError - Cannot change while connected'
Helen's comment was ' Check for somewhere in your code that is trying to assign to the Username or Password property of your ib_connection under inappropriate conditions.' I am not sure what she means by this.

My problem is that I can't recompile the application once I get this error.
My application is working, however, when I try to add a record it falls over. Then it will not recompile. This is when I get the 'Cannot change while connected' error. Do I need to reset/repair the tables in Firebird?

Terry