L
Laura Stern
Guest
Why are you now talking about using a DataTable object? You don't need one when you use the Progress.Data.BindingSource. The alternative to using the ProBindingSource is to transfer all the data from the temp-table into a .NET DataTable and then bind the grid to that. But if there is a lot of data, that is not recommended. Is there still a question here? I can't tell if you are all set or not.
Continue reading...
Continue reading...