Results 1 to 2 of 2

Thread: Passing of Objects over the Network

  1. #1

    Thread Starter
    Addicted Member samkud's Avatar
    Join Date
    Oct 2001
    Location
    India
    Posts
    171

    Passing of Objects over the Network

    I want to pass objects over the network.. Any examples or recommendations on this.

  2. #2
    Frenzied Member yrwyddfa's Avatar
    Join Date
    Aug 2001
    Location
    England
    Posts
    1,253
    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
  •  



Click Here to Expand Forum to Full Width