vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello to everybody: I am using Progress 4GL & RDBMS 6.2M as a DOS console in a Microsoft Windows environment. I want to export data from array fields (what has a numeric value in "Extents" attribute of its field). Can I export "extended fields" (arrays) into a CSV (comma-separated values) or TXT file? Using the DICT command (to view dictionary of the database), Progress tell me that it cannot export this type of fields. How can I export this data? I am a maintenance developer who want to replace this old RDBMS and bulk all data to a new system.. Thank you in advance. LMCR. |
| ||||
| The V6 EXPORT command is rather limited. In later versions you can specify DELIMITER "," to get CSV text. You didn't specify whether your new system is a newer Progress. If so, just do a Dump and Reload. LMCR wrote: > Hello to everybody: > > I am using Progress 4GL & RDBMS 6.2M as a DOS console in a Microsoft > Windows environment. > > I want to export data from array fields (what has a numeric value in > "Extents" attribute of its field). Can I export "extended fields" > (arrays) into a CSV (comma-separated values) or TXT file? Using the DICT > command (to view dictionary of the database), Progress tell me that it > cannot export this type of fields. > > How can I export this data? I am a maintenance developer who want to > replace this old RDBMS and bulk all data to a new system.. > > Thank you in advance. > > LMCR. |
| Thread Tools | |
| Display Modes | |
|
|