You are not logged in.
Pages: 1
Hi Ab,
There is a bug on line 275 in SynDBExplorerMain.pas. It should only free the connection if it is created for setting up a new connection, otherwise it throws an AV if an update connection is cancelled.
So the line should be something like
if res=100 then
FreeAndNil(C);
Offline
Online
Pages: 1