-
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
-
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.