Why does my synchronous DdeClientTransaction call return immediately or not at all?
Probably, the Timeout interval you have specified is not appropriate. Be careful to use only positive numbers as the timeout interval. Minus one is the value which signifies an asynchronous transaction, the call returns immediately. Other negative numbers will be interpreted as large positive numbers.
Related Questions
- When reading in stream mode, does Oracle8i use synchronous or asynchronous reads? That is, does control return to the client after the first chunk read or only at the end of a chunk read?
- Are there situations in which a retiree may return to work immediately after retirement without penalty?
- Why does mpirun return immediately without any output and apparently without running any processes?