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