L
Lieven De Foor
Guest
The workaround I'm using is right before marshalling the object between AppServer and Client is to extract the dataset, pass it as separate parameter to the .p being called on AppServer, and on the receiving side reassign the handle back to the object's member variable/property. The downside is that this exposes the dataset to the outside world...
Continue reading...
Continue reading...