As ADODB.Stream is not deemed safe for scripting on the client side I
need to find a replacment.
Basically I put recordset text into a stream and then create a recorset
from the stream
Someone mentioned using MSXML.DOMDocument IStream
This would expose a stream with more limited functionality but does
this not have problems of its own?
Re: How do I stop a Winsock from buffering characters? ... it's applied at the OS level to the socket....Stream s = client.GetStream; ... from the client code and have the server see it right away. ...first character of the client send. ... (microsoft.public.windowsce.embedded)
Re: How do I stop a Winsock from buffering characters? ... The client is just doing this to send: ...Stream s = client.GetStream; ... I just wan to send one character... from the client code and have the server see it right away. ... (microsoft.public.windowsce.embedded)
Re: Client Server ... Otherwise, read a file in via a stream, make any required updates, and write ... > myself and compares it to the data that the client has sent to ... My response, though it was very general in nature, assumed exactly what you ... at some point you want the server to read this file in. ... (comp.lang.java.help)
Re: How do I stop a Winsock from buffering characters? ...Stream s = client.GetStream; ... I just wan to send one character at a time ... from the client code and have the server see it right away. ... I don't see the server reads that you're talking about as having dropped the ... (microsoft.public.windowsce.embedded)