Kbase P127330: Is it possible to change the table definitions in a ProDataSet after it has been created?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
GOAL:
Is it possible to change the table definitions in a ProDataSet after it has been created?
GOAL:
Is it possible to add or remove fields to a ProDataSet table?
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
All Supported Operating Systems
FIX:
It is not possible to change the schema of tables bound to a dataset after it has been created.
It is possible, however, to replace the tables used by a dataset using the dataset's SET-BUFFERS method.
An alternative way to change a dataset's schema is to create a new dataset with the desired schema and copy the old dataset to it using the COPY-DATASET method.