Page 1 of 1

About Question enthuware.ocpjp.v7.2.1638 :

Posted: Fri Oct 10, 2014 3:50 pm
by Enterprise
Hello:

I got confussed with this one, because when I read "sent over network", I immediatelly thought of XML support, which CachedRowSet doen't have(WebRowSet and children do). Now, my question is:
Does this object get sent over the network by being serialized? And I guess all interfaces that extend from it have that same ability.

Thanks in advance, your answers are always helpful.

-Regards.

Re: About Question enthuware.ocpjp.v7.2.1638 :

Posted: Fri Oct 10, 2014 7:10 pm
by admin
Yes, serialization would be one way. But the important thing is that it is disconnected from the database and that is the reason it can be passed around, whether using serialization or some other way is immaterial.
Yes, any subclass of CachedRowSet (including WebRowSet) will do.

HTH,
Paul.