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

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

Thomas Wurl

Guest
The question is what you are going to do with this Data Table? I had the same problem that passing data to a .Net object (like a Data Table) is incredibly slow. Looping in the 4GL is slow compared to C#. Passing mass data through the bridge adds another big overhead. The solution that worked for me is passing schema information and the data itself to .Net via Json. You could write a class in C# that inherits the DataTable and has some additional methods to talk to OpenEdge. But everything depends on what you want to do with the data table. If you want to bind this to a another .Net control then conside writing a UserControl in C# with your data table and the other control and talk to open edge via json. Regards, Thomas

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