Kbase P112822: How is the amount of data that is is sent back to the SQL-92 client when using SQL-WIDTH calculated?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/24/2006 |
|
Status: Unverified
GOAL:
How is the amount of data that is is sent back to the SQL-92 client when using SQL-WIDTH calculated?
GOAL:
Is the whole SQL-WIDTH, or only the data sent to the SQL-92 Client at a query?
FIX:
For a VARCHAR column, only the data is sent over to the client.
However, the SQL-92 client application must allocate the ?described buffer" to handle the max size of the data, with other words, the whole SQL-WIDTH size.