[progress Communities] [progress Openedge Abl] Forum Post: Put Content Of A Temp-table Into...

  • Thread starter Thread starter tbergman
  • Start date Start date
Status
Not open for further replies.
T

tbergman

Guest
I'm looking into ways to accomplish getting the data from a Progress Temp-Table into a .Net System.Data.DataTable from inside an ABL session. There are two ways I know of that can do this. 1) Go through the temp-table dynamically and do field by field writes to the DataTable. This works fine, is very flexible in terms of making minor data changes as needed like formatting a field, but is a little slow. 2) Use Progress Write-Xml and the DataTable ReadXml methods. Faster but no flexibility on minor data changes. I'm wondering if there's a cleaner way, possibly using a ProBindingSource or possibly the Open Client Dll? Again, I want to do this within an ABL session, not across the AppServer. Of course, ProDataSet to System.Data.Dataset would also be of interest if there's any reason that's easier. Thanks, Tom

Continue reading...
 
Status
Not open for further replies.
Back
Top