Results 1 to 2 of 2

Thread: Rookie Question

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Location
    Macon, GA
    Posts
    5

    Question

    Hello folks. I have an easy question. I designed a program to pull some data out of an Access database. I want the application to reside on the server and the people who use it to use shortcuts from their PCs. Do I need to install all the .ocx and .dll files on all the PCs that might access this file? I have been having this problem and was wondering if there was an easier way around it. Thanks.

    Dave

  2. #2
    Addicted Member jcouture100's Avatar
    Join Date
    Aug 1999
    Posts
    141
    Yes you will have to have the .DLL and .OCX files installed
    on the client machines. The reason is that although the app
    is running on a remote server, it is actually running in
    the memory space on the client machine and sending the
    screen updates across the network.

    Hope this helps.
    JC

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