Split Database Design Change

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rhonda6373
    New Member
    • Mar 2010
    • 35

    Split Database Design Change

    Good morning,

    I have a client that has sent me a database that is already split. I have not worked with a split database before.

    He wants me to make the changes and then re-import data from the database they are currently using so that the data will be current.

    He asked if you have to re-split the database after making changes, is that true?

    I cannot find anything that says you have to re-split. I was going to make design changes to the front end, table changes to the back end, then import the current data into the back end. Is my approach correct?

    Can anyone answer those two questions?

    Thanks!
  • Seth Schrock
    Recognized Expert Specialist
    • Dec 2010
    • 2965

    #2
    If the database is truly split, then the tables in the front-end are only linked. If you are only making changes to the front-end, then you don't have to do anything with the backend. If you have to add/remove fields in the backend, then all you have to do is refresh your tables in the front-end.

    However, since you say that he wanted you to re-import the data, that makes me wonder if it is truly split or if you have some sort of manual transferring of records between two databases.

    Comment

    • twinnyfo
      Recognized Expert Moderator Specialist
      • Nov 2011
      • 3662

      #3
      Also, with a split database, the DBA can have a "false" back end, so that you can test the functioning of your forms and reports without destroying the "real" data. Just make a copy of the back end and link the FE to that copy. Then, when you are ready to go live, link the FE back to the old Back end - of course, as Seth mentions, any changes to BE tables must be accounted for.

      Comment

      • rhonda6373
        New Member
        • Mar 2010
        • 35

        #4
        Thanks for the suggestions! I will do that.

        Comment

        • twinnyfo
          Recognized Expert Moderator Specialist
          • Nov 2011
          • 3662

          #5
          Let us know if you run across any hitches. We'll be glad to assist if we can.

          Comment

          • rahulsankhe1089
            New Member
            • Jul 2014
            • 10

            #6
            i think this is the correct approach
            i would have done the same

            Comment

            Working...