FruitFul Posted February 13, 2006 Posted February 13, 2006 I was reading a post which implied that some files could be stored client-side to speed things up. I assume this is with the seperation model... Could someone please describe how this would work if I made a solution with 3 files (Data, Logic, GUI)? Would a user basically be able to store Logic and GUI on their system, and then upon opening these - somehow access the data file remotely through the host? Would anything change if the host is off-site (WAN)?
Ender Posted February 13, 2006 Posted February 13, 2006 Sure, this would work fine. Just have your local files' file references to the Data file refer to the Data file that resides on the host. Having the Data file refer back to the Interface or Logic file is a little trickier, requiring a specific path on the client hard drive where those files reside.
Recommended Posts
This topic is 6857 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now