Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Reply Code is not valid
| Subject: | Reply Code is not valid |
| Posted by: | "Kendrick" (kkendri..@harbornet.com) |
| Date: | Fri, 8 Feb 2008 17:37:46 |
I am using TIdTCPClient with a TIdTcpCmdServer with a Line of code on the
client side:
tcp1.SendCmd('RUN ' + SqlTxt);
This line executes several iterations or time but will seemingly randomly
generate an eror
EIDException: Reply Code is not valid 6:3
The exception is handled and future iterations go okay but still - it is a
recurring exception...
Any ideas?