Build .r comparable DB
1) For the original DB, dump the .df file. Can be done by
- go to Progress -> Data Administration -> Admin -> Dump Data and Definitions -> Data Definitions; or
- Syteline admin -> Admin -> Database maintenance -> Dump Data Definitions.
2) Create a new DB from Progress empty DB: Progress -> Data Administration -> Database -> Create. Make sure create from correct code page empty db. For example, if original DB is GB2312, then use the empty db from prolang\sch\gb2312.
3) Load the .df file to new DB. Progress -> Data Administration -> Admin -> Load Data and Definitions -> Data Definitions
4) Compile code against to this new DB, the .r code should be comparable with original DB.
Recent Comments