F
frank.meulblok
Guest
Use the "BUFFER :HANDLE" to get handles to static buffers. Then you can add those static buffers to a dynamic(ally prepared) query to fetch the records you need, and use the EXPORT statement to write them to file. Alternatively, if performance of the dump isn't much of a concern, start with the code in knowledgebase.progress.com/.../P4410 and adapt it to your needs.
Continue reading...
Continue reading...