Kbase P106126: Why query text is sent several times to SQL92 Server
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
GOAL:
Why query text is sent several times to SQL92 Server
GOAL:
Checking packages on the network, SQL92 query text is sent four times to the Server
FACT(s) (Environment):
Progress 9.x
FIX:
The V9 communication protocol is based on a RPC model that does not maintain state information for individual statements on the server. As a result, the statement is included in almost every message needed to execute the statement.
The communication protocol in OE10 has been redesigned and the query text is no more sent several times.