[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Using Progress.Data.BindingSource for non-GUI Purposes (on Windows)

  • Thread starter Thread starter Laura Stern
  • Start date Start date
Status
Not open for further replies.
L

Laura Stern

Guest
Sorry, but I thought you were getting data from an ADO .NET object. Isn't Test (BindingSourceObj.GetItemProperties(null);) giving you data from your ABL DataSet? In any case, Test will be a .NET object, so you are still going to the clrbridge to get this data and then using the BindingSource to populate a temp-table by calling AddRow! It would be MUCH faster to just create a temp-table record! I thought you were trying to minimize going back and forth across the bridge. You don't need .NET to create temp-table records, and that's what you're doing. This makes no sense to me.

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