Normal operation, my table could run a trigger function when insert data.
but I found program shown "exception Lost Connection During Query " when no operate few minutes.
I changed setting as below to prevent error
TCustomDAConnection.Options.LocalFailover = True
TCustomDAConnection.Options.DisconnectedMode = True
TUNiquery.CachedUpdates = True
TUNiquery.specificoption.FetchAll = True
TUNiquery.Options.LocalMasterDetail = True
After above setting, the table can't run trigger function when insert data.
Any idea ?