G
Guest
We have a .NET 2.0 Client (C#) that communicates with a C++ (2005) Server
via TCP. The tab delimited strings "January\tFebruary" and
"January\t\tFebruary" submitted by the client both arrive at the server as
"January\tFebruary". We need to be able to preserve the existance of 3
elements in the second input string (the middle element being null). Is
this a bug in the communcation? Is there some solution short of requiring
the server to handle some other delimiter?
via TCP. The tab delimited strings "January\tFebruary" and
"January\t\tFebruary" submitted by the client both arrive at the server as
"January\tFebruary". We need to be able to preserve the existance of 3
elements in the second input string (the middle element being null). Is
this a bug in the communcation? Is there some solution short of requiring
the server to handle some other delimiter?