|
-
Sep 28th, 2000, 04:29 PM
#1
Thread Starter
New Member
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
-
Oct 2nd, 2000, 09:18 AM
#2
Addicted Member
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.
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
|