03-19-2021, 04:38 PM
IW does not have any database code other than the binding used for bound controls. IW will never connect to a database on its own. This means that the code in question is user code.
I would suggest using logging and narrowing it down to which line of your code is doing this.
I would suggest using logging and narrowing it down to which line of your code is doing this.

