Read before-image data for ProDataSet temp-table buffers from XML
- Last Updated: June 7, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The read and write XML methods support before-image tables in ProDataSets. If the ProDataSet has defined before-image tables, then they will be handled appropriately:
- If a ProDataSet has before-tables and the
READ-XML( )method finds before-image data in the XML data, then that data is read in. Before-image data can be in one of two formats:- ABL before-image format
- Microsoft DiffGram format
- If a static ProDataSet member buffer does not define a before-image table
and the XML data contains before-image data for that buffer, then
READ-XML( )fails. - If the
READ-XML( )method reads data into a dynamic ProDataSet and detects before-image data for one or more of the temp-table buffers, then the method automatically creates a before-image table for each buffer with before-image data.