Kbase P79141: AppServer has no before-image tables in the ProDataSet like it should after schema copied from anoth
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  05/05/2004 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0A
SYMPTOM(s):
Copying the metaschema from table from a .Net DataSet brought back from an AppServer call
Importing changed data into the new DataSet using .Net importRow method
Sending new DataSet to AppServer
AppServer has no before-image tables in the ProDataSet like it should
CAUSE:
The copying of metaschema field by field is not enough to build the table in the new DataSet with everything Progress needs
FIX:
Instead of building the table by copying the metaschema use the .Net clone() method