|
-
Apr 22nd, 2003, 11:53 PM
#1
Thread Starter
Addicted Member
Passing of Objects over the Network
I want to pass objects over the network.. Any examples or recommendations on this.
-
May 6th, 2003, 10:58 AM
#2
Frenzied Member
Don't do it.
VB objects are not marshalled in their entirety. You will need to serialise the information that the object contains, send it over the network, and then recreate the object.
Otherwise, all you get is a reference to the object.
(ADO provides custom marshalling, so this is generally OK - sort of)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|