You are not logged in.
Pages: 1
Hello,
How can we handle a connection problem? When the client is unable to connect to the server we want to show the user a message about it.
I tried:
try
(...)
except
on E : Exception do
ShowMessage('.....');
end;
But it doen'st work.
Thanks for you time...
Last edited by Niko (2013-02-17 12:59:07)
Offline
See how the latest "SQLite3\Sample\16 - Execute SQL via services" code sample do for handling connection or process issues.
http://blog.synopse.info/post/2013/02/1 … SQL-access
It requires the latest 1.18 unstable version to have the whole error handling methods and functions.
Offline
Pages: 1