Indy tcp client/server
- From: "Glynn Owen" <me@xxxxxxxx>
- Date: 19 Jan 2006 18:18:33 -0700
I have a fairly simple setup where the client sends new database
records to the server, which then stores them in a master table and
returns to the client the count of records that were accepted.
The data transfer goes without a hitch, but for some reason, I can't
get dependable results from that return value. It's just a single
integer value sent by the WriteInteger and received by ReadInteger.
When I test on localhost, there's no problem. When I test to a remote
server, the value that is returned is way too big to be sensible. I
have tried several different things to clear this up, but the problem
remains.
I know this is all pretty vague, but I thought I would ask in hopes
that someone might recognize the symptoms.
TIA, Glynn
.
- Follow-Ups:
- Re: Indy tcp client/server
- From: Don
- Re: Indy tcp client/server
- Prev by Date: Re: RTC Newsgroups??
- Next by Date: Re: Best plugin system ?
- Previous by thread: Delphi Video Streamimg component/articles
- Next by thread: Re: Indy tcp client/server
- Index(es):
Relevant Pages
|