Consultor Eletrônico



Kbase P17763: Using EXPORT in code to EXPORT tables with field defined as
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   21/01/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.1x

SYMPTOM(s):

Using EXPORT in code to EXPORT tables

Table has one field defined as RECID

RECID datatype fields not exported in .d file.

CAUSE:

Limitation of Database dump and load procedures. If you define a database field with a data type of ROWID or RECID, then the ROWID values in that field are dumped and reloaded as unknown value (?). You must write your
own dump and reload procedures to accommodate ROWID fields.

FIX:

You must write your own dump and reload procedures to accommodate ROWID fields.