- Local time
- Today, 17:40
- Joined
- Feb 28, 2001
- Messages
- 30,884
I have a split Front End/Back End pair. To work on them, I have further made copies for a DEV folder and separate copies for a production folder. I have a local copy of the BE for the DEV copy. When I promote code from DEV to production, I always use the Linked Table Manager as part of the promotion to point the FE to the shared BE copy over the network. I do it this way because our network is very slow and I need to avoid wasting time in the BE DEV copy.
I ran into a snag that forced me to make a separate TEST copy that points to a private TEST BE that is also on the same disk (but another folder) as the production copy. The test copy is like the DEV copy in that I can edit/compile code with it (it is not yet a MDE or ACCDE) but it points to a back-end that it found over our slow network. So...
I had to edit something to fix a minor bug. I then compiled and saved the code in this test copy - and instead of taking seconds, it took minutes. No forms were open in form view. Only one form was open in design view, the one for which I was updating a code snippet. So what is it updating on the BE if nothing was explicitly open?
P.S. - Windows Task Manager's network screen confirms that before I do the compile and save, there is no activity. When I start the SAVE operation after the compilation, I see some network activity. So what am I updating in the BE if no forms are open in anything other than design view?
I ran into a snag that forced me to make a separate TEST copy that points to a private TEST BE that is also on the same disk (but another folder) as the production copy. The test copy is like the DEV copy in that I can edit/compile code with it (it is not yet a MDE or ACCDE) but it points to a back-end that it found over our slow network. So...
I had to edit something to fix a minor bug. I then compiled and saved the code in this test copy - and instead of taking seconds, it took minutes. No forms were open in form view. Only one form was open in design view, the one for which I was updating a code snippet. So what is it updating on the BE if nothing was explicitly open?
P.S. - Windows Task Manager's network screen confirms that before I do the compile and save, there is no activity. When I start the SAVE operation after the compilation, I see some network activity. So what am I updating in the BE if no forms are open in anything other than design view?