Kbase P108172: How to store more than 32K in a database field?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
GOAL:
How to store more than 32K in a database field?
GOAL:
Is there a way to save a character block of more than 32K back to a database field?
FIX:
In Progress 9.X and earlier, the CHARACTER data types have a size limit of 32K. This limitation prevents the storage of more that 32K in any one database field. In OpenEdge 10.X, Progress introduced the CLOB, BLOB data types that overcome this 32K size limitation.