我用厚度和稀薄的部件开发一台。 我们还使用我们的数据库,这样作图形的改动可导致自己的版本编号,并且可以应用改动文字。 然而,数据库的变化并不总是随着厚度变化而逐步进行。 是的,今天的数据库变化可能增加一栏,需要厚度,但明天的数据库变化可能会在储存程序中确定一个不需要外部改动的错误。 如果有些落后符合,有些落后不兼容,那么,我怎么能对厚客户进行检测?
即便是任何照料者,我们是一个与服务器相结合的网络,但这似乎比平台问题更像是一个版本的问题。 除非有具体的解决办法......
我用厚度和稀薄的部件开发一台。 我们还使用我们的数据库,这样作图形的改动可导致自己的版本编号,并且可以应用改动文字。 然而,数据库的变化并不总是随着厚度变化而逐步进行。 是的,今天的数据库变化可能增加一栏,需要厚度,但明天的数据库变化可能会在储存程序中确定一个不需要外部改动的错误。 如果有些落后符合,有些落后不兼容,那么,我怎么能对厚客户进行检测?
即便是任何照料者,我们是一个与服务器相结合的网络,但这似乎比平台问题更像是一个版本的问题。 除非有具体的解决办法......
您可以建立一个表格,外加两个插栏的元数据,并将目前版本的表格(或更多条目)输入。 我相信你现在也做了类似的事情。
并将该版本分为两部分(如主要/少数群体计划)。 当你改变非后方的chem形时,你将主要版本加起来。 在出现倒退之后,你只是更新了小版本。
如果主要成分与目前的chem体相符,则用 app器检查,如果你能够/需要更新该chem。
我认为,这是大多数申请都使用的解决办法。
您能否通过一个主要/主要版本的编号计划?
主要数字的变动意味着客户需要更新,小数的变动也不需要。
这些数字总是在增加。
如果数据库知道其需要的客户最低版本,而且客户知道所需的最低数据库版本,则该数据库便进行简单的检查,以确定(如果有的话)哪些需要升级——现在,你是否将逻辑归入储存程序,还是编码,以决定......
$db_user="root"; $db_host="localhost"; $db_password="root"; $db_name = "fayer"; $conn = mysqli_connect($db_host,$db_user,$db_password,$db_name) or die ("couldn t connect to server"); // perform query ...
I am in the early stages of developing a database-driven system and the largest part of the system revolves around an inheritance type of relationship. There is a parent entity with about 10 columns ...
I m writing a Java web app in my free time to learn more about development. I m using the Stripes framework and eventually intend to use hibernate and MySQL For the moment, whilst creating the pages ...
Does anybody know if it is possible to move some (not all) users from one ASP.NET membership database to another? (for the purposes of migrating some users to another database on another machine, but ...
Is it because of size? By the way, what is the limit of the size?
I am trying to join two tables that reside in two different databases. Every time, I try to join I get the following error: An association from the table xxx refers to an unmapped class. If the ...
For example, I have a table, and there is a column named Tags . I want to know if value programming exists in this column. How can I do this in ADO.NET? I did this: OleDbCommand cmd = new ...
I m trying to migrate one of my PHP projects to Doctrine. I ve never used it before so there are a few things I don t understand. In my current code, I have a class similar to this: class ...