Kbase P159025: Are queries in SQL-92 resolved entirely on the server?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/01/2010 |
|
Status: Unverified
GOAL:
Are queries in SQL-92 resolved entirely on the server?
GOAL:
Does SQL-92 send to the client only the records that match the entire query?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
FIX:
SQL-92 always fully resolves queries entirely on the server. The only data that will be sent back to the client, whether ODBC or JDBC, is the data that matches the query.