KeepDesignConnected
Posted: Mon 18 Nov 2013 09:25
Hi
The connected-property of my IBCConnection is set to true but the server-settings are only valid on my development machine. Therefore I have to set the connected-property to false before I deploy the application. Otherwise it generates a connection-error on startup.
Now I have found the IBCConnection.Options.KeepDesignConnected property which is exactly what I need. But if I set it to false it has a side effect on the TIBTable and TIBCQuery objects. The TIBCTable.Active property is not loaded from the design-time setting neither.
I have migrated an old BDE-Application and the table-objects are always opened from the design-time setting during the form-creation.
Is it intended that the KeepDesignConnected settings effects the active-property too?
regards
Oliver
The connected-property of my IBCConnection is set to true but the server-settings are only valid on my development machine. Therefore I have to set the connected-property to false before I deploy the application. Otherwise it generates a connection-error on startup.
Now I have found the IBCConnection.Options.KeepDesignConnected property which is exactly what I need. But if I set it to false it has a side effect on the TIBTable and TIBCQuery objects. The TIBCTable.Active property is not loaded from the design-time setting neither.
I have migrated an old BDE-Application and the table-objects are always opened from the design-time setting during the form-creation.
Is it intended that the KeepDesignConnected settings effects the active-property too?
regards
Oliver