Results 1 to 4 of 4
  1. #1
    IncidentalProgrammer is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Aug 2014
    Location
    Texas
    Posts
    156

    Copying Changes from Test Environment Into Live

    Hi, all!



    So, I've gotten to a point with my database where I have split it into front and back ends, and then made a copy so that I have a test version and a live version. I have users in live who've started keying data, and I'm working on forms and tables in test that I then copy to live as they are completed. Up to now, I've been just copying the individual item in test, and then pasting it over the version that exists in live (example: I made some changes to a form in test, copied that form, and then pasted over the version of the form that was in live).

    Where it gets tricky is that I am also in the process of designing and insurance underwriting feature that's going to be a part of this application. I've set up all the tables in test, and now that I'm working on setting up the relationships, I'm wondering how I'm supposed to copy the relationship setup into live. Am I supposed to be copying the entire front-end from test when I have changes, and replacing the existing "live" front end with it? And if I do that, will I have to edit it every time to keep the new live front end from sending data keyed into it to my test version (had that happen when I initially split it)?

    Probably a silly question, but this project is the extent of my Access/Database knowledge. I'm literally learning as I build it.

  2. #2
    Perceptus's Avatar
    Perceptus is offline Expert
    Windows 7 64bit Access 2007
    Join Date
    Nov 2012
    Location
    Knoxville, Tennessee
    Posts
    659
    In my setup the network relies on data from a mapped network location. all of the linked tables reference this mapped location, not the UNC path. This way I can change mapped drive location to point to the test data instead of live. Alternatively I would imagine you could set your linked tables to reference a UNC path and then update your host file on the test pc to reference these paths differently across the domain.

    When development reaches a new milestone, I post the new database front ends to a public location and then push an update command to the user pc via pc's via WSF RPC. This causes their PC's to update even if no one is logged in while the machine is idle at the login screen.

  3. #3
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    You give all the users a copy of YOUR version.

  4. #4
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    As ranman mentioned, you distribute copies of the Front End Files that are kept on the Users PC's (locally). For the BE, you want to keep track of changes. I use notes. My notes may be in Notepad, Excel, or both.

    When I develop an FE, I keep a copy of the tables locally, on my hard drive. I use code to update the linked tables before distributing FE to the users.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 25
    Last Post: 11-23-2014, 02:43 PM
  2. Test String test besed on table data
    By igourine in forum Programming
    Replies: 3
    Last Post: 12-01-2013, 06:16 AM
  3. Replies: 3
    Last Post: 11-07-2013, 04:01 PM
  4. Live Support
    By smastersonjr in forum Access
    Replies: 1
    Last Post: 08-19-2011, 06:50 PM
  5. Keying in Test answers to Access DB from Written Test
    By CityOfKalamazoo in forum Access
    Replies: 3
    Last Post: 03-01-2010, 08:58 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums