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...

Continue reading...