[progress Communities] [progress Openedge Abl] Forum Post: Re: 11.5.1: .net Generic Types Usage

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
You can’t pass a temp-table to a .NET assembly. Alternatives: a) WRITE-XML/JSON the temp-table table into a LONGCHAR and pass that to the assembly. b) Use a Progress.Data.BindingSource on a query over the TT-records. In .NET reflect the binding source to get the data c) Inside your Assembly, use the .NET Proxy (OpenClient) and call into an AppServer routine. What’s your use-case?

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