You are not logged in.
Pages: 1
Some time when I try to write (not read) some data inside database (I use Windows XP LAN) I receve this error: "SockRecvLn 0" line 1336 of syncrtsock.pas file.
Do you have some idea?
Offline
No, when I have this error I lost my data (I cannot found data on database) besides I application show a error message and terminate my save procedure...
Do I need use only a try...exception...end to solve the problem?
Last edited by array81 (2011-03-25 11:31:15)
Offline
There is already a try..exception with a retry in THttpClientSocket.Request...
I've enhanced the exception error message in this case.
See http://synopse.info/fossil/info/1a3eb8b204
It could help finding out which Socket error occurred.
Offline
Pages: 1