[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to programatically dump a subset of records from a table

  • Thread starter Thread starter frank.meulblok
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top