最近拆分数据库 [英] Recently Split Database

查看:67
本文介绍了最近拆分数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好:


我最近拆分了我的数据库。我通过电子邮件将FE发送给了用户。我想知道,如果我需要对其进行更改或添加其他内容,我将如何通过本地FE或BE来更新数据库,而这只是持有表格?我有一个我一直在努力的应用程序,当我完成时,我打算将它合并到我的数据库......如果数据库被拆分,我怎么能完成它?


谢谢!

Hello:

I recently split my database. I emailed the FE to users. I wanted to know, if and when I need to make a change to it or add another piece to it, how would I go about updating the DB, through my local FE or the BE, which only holds the tables? I have a app that i''ve been working on and when I finish, I plan to merge it to my DB...how can I accomplish it now that the DB is split?

Thanks!

推荐答案

通常的方法是创建新版本的FE,通过电子邮件发送,并告诉用户用这个新版本替换旧的FE 。确保你使用后端的备份副本来完成你在前端做的任何工作!
The usual way will be to create a new version of the FE, email it, and tell users to replace their old FE with this new one. Make sure you use a backup copy of the backend for any work you do on the frontend!


好的,所以我需要备份我的后端。

我在前端做了更改。如果我需要添加表,我将它们添加到BE并将表单和查询添加到FE,然后重新链接FE中的表?
OK, so I need to make a back up of my back end.
I make changes on the front end. If I need to add tables, I add them to the BE and add the forms and queries to the FE, then re-link the tables in the FE?


RIght。然后,您可以在开始使用新FE的同时将新表从备份BE复制到实际BE。
RIght. Then you can just copy the new tables from the backup BE to the actual BE at the same time that you start using the new FE.


这篇关于最近拆分数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆