Results 1 to 2 of 2

Thread: Distributed Computing in VB

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    266

    Post

    How does one implement distributed computing in VB. For e.g. I want to have the database and business login on the server and the UI on the client machines. In such cases what are the tools/methods for designing the business logic.

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    You will have to learn about COM & DCOM principles, and MTS (MS Transaction Server). You must know how to create COM DLLs and design them for MTS, and how to properly register and call them from the client machines.

    Component versioning, binary compatibility, interface design, object & collection principles, database transactions and ADO are all good things to know about as well when creating your components.

    You can start by creating an ActiveX dll and adding a class to it, and you are on your way. You cannot use Active X EXEs (COM EXEs) in MTS, so don't bother with them for now.

    Have Fun!
    Tom

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