When I try and close a connection on an UniConnection that has multiple UniTabel and UniQuery's connected to it I get an exception
using UniConnection->Disconnect()
I get:
"MyTable Cannot perform this operation on a closed dataset"
This used to work OK in my application, but fails now - any ideas what could be causing this?
UniConnection->Disconnect() fails
Re: UniConnection->Disconnect() fails
Hello,
The given error can occur in different cases, for example, when attempting to edit DataSet on the closed connection. Please check that you are not attempting to work with DataSets after closing the connection.
The given error can occur in different cases, for example, when attempting to edit DataSet on the closed connection. Please check that you are not attempting to work with DataSets after closing the connection.