CN102495733A - Methods for detecting compatibility of application program and relevant database script and performing upgrading maintenance on application program and relevant database script - Google Patents

Methods for detecting compatibility of application program and relevant database script and performing upgrading maintenance on application program and relevant database script Download PDF

Info

Publication number
CN102495733A
CN102495733A CN2011104048241A CN201110404824A CN102495733A CN 102495733 A CN102495733 A CN 102495733A CN 2011104048241 A CN2011104048241 A CN 2011104048241A CN 201110404824 A CN201110404824 A CN 201110404824A CN 102495733 A CN102495733 A CN 102495733A
Authority
CN
China
Prior art keywords
database script
application program
version number
script
database
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN2011104048241A
Other languages
Chinese (zh)
Inventor
李欣
周大良
余兵
戎滨
李新辉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Founder International Co Ltd
Original Assignee
Founder International Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Founder International Co Ltd filed Critical Founder International Co Ltd
Priority to CN2011104048241A priority Critical patent/CN102495733A/en
Publication of CN102495733A publication Critical patent/CN102495733A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses methods for detecting the compatibility of an application program and a relevant database script and performing upgrading maintenance on the application program and the relevant database script and relates to the field of detection and maintenance of application programs and databases. A version number maintenance mechanism which is the same as that of the application program is adopted for updating the database script, the upgrading process of the application program and the database script is managed by using a version number, the database script or the application program which is required to be upgraded is determined by comparing the version number of the required database script of the application program with the version number of the current database script of the application program, and a universal method for upgrading the application program and the database script is provided. By adoption of the methods, the compatibility of the application program and the database script can be conveniently determined, the version number of the application program or the database script which is required to be upgraded is definitely provided if the application program and the database script are incompatible, the upgrading maintenance cost of the application program and the database script is reduced, and the efficiency is improved.

Description

The method of compatible detection of application program and Relational database script and upgrade maintenance
Technical field
The present invention relates to the detection area of maintenance of application program and database, be specifically related to the method for a kind of automatic detection application program and Relational database script compatibility and upgrade maintenance.
Background technology
In the framework of " client-server "; When application program is deployed on many client machines; And when application program had the demand of periodic maintenance upgrading again, a difficult problem that faces usually was exactly how to safeguard, guarantee that application program and the database version of server end on each client machine are consistent.Specifically, comprise following some problems:
1) after to the upgrading of the database script of server end, how each client application detects this information of learning, with avoid client application occur incompatible, function is undesired even situation such as collapse.
2) after certain client has been installed the application of a different editions, how application program detects the compatibility of itself and database script.When incompatible, need to judge to learn it is to upgrade to native system, or need upgrade the database script of service end.
Under the client environment of a continuous upgrading and widespread deployment, the problems referred to above are especially obvious, usually can cause the undesired of client application.The certain applications system has proposed relevant solution to the problems referred to above, and existing solution has two kinds usually:
A kind of is the unified escalation process of being guaranteed database script and application system by manual work, at first the server end database script is upgraded, and subsequently all client application systems is upgraded.But the method that adopts this manual work is guaranteed the unified escalation process of database script and application system, and its defective is that cost is high, efficient is low, not only will be at the server end upgrade script, but also need arrive the application system of upgrading on each client machine.The feasibility of this scheme is very low in some cases.
Another kind is in the database table of server end, to do a sign, when doing the database structure upgrading, by ROMPaq or script this sign is made amendment at every turn.Make amendment to program simultaneously, this indicates in the variable at the inner hard coded of program., program detects when detecting according to following steps:
At first from database table, read correlating markings, should indicate and the internal system sign compares, if find inconsistent then provide prompting.When system upgrade next time, make amendment to this sign again, make amendment to program simultaneously, judge detection according to new value of statistical indicant.Application system can detect the compatibility with database script like this, and in time provides prompting, requires the client that system is upgraded.Adopting sign to judge can the part head it off; But the selection of sign is indeterminate; Can't judge the required version of corresponding application program according to the server end database script, thereby provide the enough clear and definite information of user (this point is extremely important in the applied environment of a widespread deployment, constantly upgrading).In addition, the method does not provide clear and definite, feasible solution to the upgrade maintenance of database script.
Summary of the invention
To the defective that exists in the prior art; The object of the present invention is to provide a kind of method that detects application program and Relational database script compatibility and upgrade maintenance; Can judge easily application program with and the Relational database script whether compatible; Provided the upgrade method of general database script, can judge the script that needs upgrading fast, and made any Geju City edition upgrading to latest edition.
For realizing above-mentioned purpose, the technical scheme that the present invention adopts is following:
The compatible method that detects of a kind of application program and Relational database script may further comprise the steps:
(1) obtains version number's maintenance mechanism of application program, adopt identical version number's maintenance mechanism that the version number of the database script relevant with application program is set;
(2) version number of the database script that application program is required is arranged on application program inside;
(3) obtain the database script version number of application program internal record to be detected;
(4) obtain the current database script version number of application program to be detected;
(5) the database script version number of application program internal record to be detected and current database script version number are compared, judge whether application program is compatible with current database script.
Further, the compatible method that detects of aforesaid a kind of application program and Relational database script, in the step (5), saidly judge that application program is whether following with the compatible concrete mode of current database script:
If the database script version number of internal record is greater than the version number of current database script, then the current database script needs upgrading;
If the database script version number of internal record equals the version number of current database script, then application program and current database script version are mated;
If the database script version number of internal record is less than the version number of current database script, then application program need be upgraded to and current database script version number identical version.
Further, the compatible method that detects of aforesaid a kind of application program and Relational database script, in the step (2), the version number through the form of the hard coded database script that application program is required is arranged on application program inside.
Further, the compatible method that detects of aforesaid a kind of application program and Relational database script, in the step (3), the current database script version number of application program is stored in system's table of server end.
Further, the compatible method that detects of aforesaid a kind of application program and Relational database script, in the step (1), said version number maintenance mechanism adopts some bit digital to be separated to form the maintenance mechanism of version number, first version number digital most important.
Further, the compatible method that detects of aforesaid a kind of application program and Relational database script, in the step (1), behind the application program updating, the redaction of the identification application that adds up through the one-bit digital in its version number.
Further again; The compatible method that detects of aforesaid a kind of application program and Relational database script; In the step (5), relatively the time, adopt order from left to right to compare one by one the version number of the database script version number of internal record and current database script.
Further, the compatible method that detects of aforesaid a kind of application program and Relational database script, several versions of same application use the database script of same version.
The method of a kind of application program and Relational database script upgrade maintenance may further comprise the steps:
(1) obtains version number's maintenance mechanism of application program, the version number that adopts the identical maintenance mechanism setting database script relevant with application program;
(2) extract the relative last revision of each database script version, and carry out relatedly, form a upgrade script set with the version number of the database script of last revision;
(3) obtain database script version number and the current database script version number of application program internal record to be detected;
(4) database script in the set of traversal upgrade script; The version number of the database script that obtains is compared with the database script version number of application program internal record to be detected and current database script version number; Judgement needs the database script of upgrading, and this database script is upgraded to the database script of application program internal record.
Further; The method of aforesaid a kind of application program and Relational database script upgrade maintenance; In the step (3), the database script version number of application program internal record is that the version number through the hard coded form database script that application program is required is arranged on application program inside.
Further, the method for aforesaid a kind of application program and Relational database script upgrade maintenance, in the step (4), to the database script in the upgrade script set according to version traversal mode from low to high.
Further again, the method for aforesaid a kind of application program and Relational database script upgrade maintenance, in the step (4), judgement needs the concrete mode of the database script of upgrading to be:
If the version number of the database script that obtains in the upgrade script set is greater than the database version number originally of application program internal record to be detected, then this database script in this script set does not need upgrading;
If the version number of the database script that obtains in the upgrade script set is greater than application program current database script version to be detected number and be less than or equal to the database script version number of application program internal record to be detected, then this database script in the upgrade script set is upgraded to the database script of application program internal record;
If the version number of the database script that obtains in the upgrade script set is less than or equal to the current database of application program to be detected version number originally, then this database script in the upgrade script set does not need upgrading;
If the version number of the database script that obtains in the upgrade script set is greater than the database script version of application program internal record to be detected and less than application program current database script version to be detected number, then with application program updating to be detected to the pairing application program of current database script.
Further; The method of aforesaid a kind of application program and Relational database script upgrade maintenance; When the version number of database script in the upgrade script set of traversal during greater than the database script version number of application sequence internal record to be detected; Stop traversal, the upgrading of the database script in the upgrade script set is accomplished.
Beneficial effect of the present invention is:
1) can judge whether application program is compatible with the server end database script, and provide clear and definite judgement to following two kinds of situation:
Application program needs upgrading;
Database script needs upgrading;
2) can judge required application version easily according to the server end database script, provide clear and definite upgraded version information;
3) the present invention proposes general version upgrading method, have following advantage: this method applicability is wide, can be realized according to logic by program, has alleviated the workload of artificial upgrading, has reduced the possibility of makeing mistakes; The escalation process of realization from any legacy version to current latest edition, and what versions of midfeather no matter.
Description of drawings
Fig. 1 is the process flow diagram of application program of the present invention and the compatible detection method of Relational database script;
Fig. 2 compares the new and old synoptic diagram of application version through version number in the embodiment;
Fig. 3 is the synoptic diagram of the corresponding same database script of several versions of application program in the embodiment;
Fig. 4 is a process flow diagram of judging in the embodiment that application program and database script be whether compatible;
Fig. 5 is the process flow diagram of application program of the present invention and Relational database script upgrade maintenance;
The synoptic diagram that Fig. 6 gathers for the upgrade script that forms in the embodiment;
Fig. 7 is the process flow diagram that judgement needs the database script of upgrading in the embodiment.
Embodiment
Main thought of the present invention: basic ideas of the present invention are to use version number's application programs and the two-part escalation process of database script to manage simultaneously; And adopt identical upgrade mechanism; And realize the differentiation and the prompting of application programs version and database script compatibility issue, and general program and the database script upgrade mechanism of a cover proposed based on this thinking.
Below in conjunction with Figure of description and embodiment the present invention is done further detailed description.
Fig. 1 shows the process flow diagram of a kind of application program of the present invention and the compatible detection method of Relational database script, by finding out that this invention mainly may further comprise the steps among the figure:
Step S11: adopt the version number maintenance mechanism identical that the version number of database script is set with application program;
Obtain version number's maintenance mechanism of application program, adopt identical version number's maintenance mechanism that the version number of the database script relevant with application program is set.Release maintenance in application program; Usually all be to adopt some bit digital to be separated to form version number to safeguard, for example, modal four version numbers " 1.0.0.0 "; The upgrading each time of application program; All can a certain version number wherein be added up, to identify the application that this program is a redaction, for example " 1.2.3.0 " version is newly in " 1.1.8.0 " version.Wherein, the numeral of first version number is the most important, and from left to right its importance reduces (Part1, Part2, Part3, Part4) successively; When comparing the version of application program; Can every version number be compared one by one according to order from left to right, its process flow diagram is as shown in Figure 2, relatively the time, in a single day finds inequality; Size according to this part numerical value can be judged the new and old of program version, and needn't continue comparison again.After the upgrade maintenance mechanism of the version number of acquisition application program, the version number maintenance mechanism identical with application program also adopted in the upgrading of the Relational database script of application programs, promptly adopts some bit digital to be separated to form version number and safeguards.Guaranteed like this to be easy to compare between the disparate databases script, and can be according to the upgrade case of database script, how selection changes the version number of each part flexibly, gives different piece version number with clear and definite implication.
After the upgrading employing of the database script upgrade maintenance mechanism identical with application program, during each database script upgrading, it is number consistent with application version that the version number of employing keeps.Usually; The upgrading of application program is faster than the upgrading of database script; It is the database script that several versions of application program possibly use same version; As shown in Figure 3, for version number be the application program of three versions of Version1.0.0.0, Version1.0.0.1 and Version1.0.0.2 all to have adopted version number be the database script of Version1.0.0.0, like this when version number be that the application program of Version1.0.0.2 is need upgrade the time; Just need database script to be upgraded to Version1.0.1.0, database script will upgrade to the version identical with current application program this moment.
Step S12: in the version number of its required database script of application program set inside;
Because the upgrading of application program generally will be faster than the upgrading of database script; So can be in required database script version number of application program internal maintenance; The version number that reaches the database script that application program is required is arranged on application program inside, and for example the version number through the form of the hard coded database script that application program is required is arranged on application program inside.
Step S13: obtain the inner database script version number of application program to be detected;
When judging that the application program database script current with it be whether compatible, obtain the inner database script version number of application program to be detected, the version number of the needed database script of application program promptly to be detected in application program inside according to step S12.
Step S14: obtain the current database script version number of application program to be detected;
Application program can be stored in according to the version number of the actual conditions database script that it is current in the field of system's table of server end.
Step S15: judge according to the database script version number of application program internal record to be detected and current database script version number whether application program and current database script be compatible.
The database script version number of the internal record of the application program of obtaining respectively according to step S13 and step S14 to be detected and current database script number judge whether the application program database script current with it be compatible; The process flow diagram of judging is as shown in Figure 4; Database script version number with internal record in this embodiment is designated as AppDBVer; Current database script version number is designated as DBVer, and the concrete mode of judgement is following:
If the database script version number of internal record is greater than the version number of current database script; Be that AppDBVer is greater than DBVer; Explain that then current database script is lower than the required database script of application program, the current database script need be upgraded to the required database script of application program;
If the database script version number of internal record equals the version number of current database script, promptly AppDBVer equals DBVer, and application program and current database script version coupling then is described, should also can program normally start;
If the database script version number of internal record is less than the version number of current database script; Be that AppDBVer is less than DBVer; The current database script that application program then is described is higher than its required database script, and application program need be upgraded to and current database script version number identical version.
Based on the thinking of above-mentioned application program and the compatible detection method of Relational database script, the present invention has further proposed a kind of general database script upgrade maintaining method, and its process flow diagram is as shown in Figure 5, mainly may further comprise the steps:
Step S51: adopt the version number maintenance mechanism identical that the version number of database script is set with application program;
Identical with the thinking of above-mentioned application program and the compatible detection method of Relational database script, application program and its Relational database script are adopted identical upgrade maintenance mechanism, concrete described in step S11.
Step S52: extract the relative last revision of each database script version, and with the version number correlation of this version, form the upgrade script set;
Because the database script escalation process all can be regarded as and carry out a cover upgrade script formation on the data version basis each time; Therefore can the upgrade script of the relative last revision of each database script version be extracted; Carry out relatedly with the version number of database script, form the set of upgrade script, be illustrated in fig. 6 shown below; The version number that database script A is corresponding is Version1.0.0.0; The version number that database script B is corresponding is Version1.0.1.0, and database script B is the upgrade script of script A, so can the version number of two scripts be carried out association; Be that version number is that the database script of Version1.0.1.0 is that version number is the upgrade script of the database script of Version1.0.0.0, this upgrade script collection can be entrained by the deployment tool of application program.
Step S53: obtain inner database script version number of application program to be detected and current database script version number;
With step S12~step S14 is the same, obtain the current database script version number of application program in system's table of version number and server end of required database script of application program internal record.
Step S54: all database scripts in the set of traversal upgrade script, compare upgrade script with the database script version number of version number that obtains and application program internal record to be detected and current database script version number.
Database script in the set of traversal upgrade script; The version number of the database script that obtains is compared with the database script version number of application program internal record to be detected and current database script version number; Judgement needs the database script of upgrading, and this database script is upgraded to the database script of application program internal record.The version number of the database script that in this embodiment traversal in the upgrade script set is obtained is designated as Ver; The version number of the database script of application program inner nine tunnel number is designated as AppDBVer; Current database script version number is designated as DBVer; Adopt version from low to high to travel through in proper order the database script in the upgrade script set, the database script of needs upgrading is upgraded, concrete mode is as shown in Figure 7:
If Ver is less than or equal to DBVer; The version of the database script that promptly obtains is lower than the version of the current database script of application program; Explain that then this database script can be not used by this application program again; So need not carry out upgrading, continue the next database script in the set of traversal upgrade script;
If if Ver is greater than DBVer and be less than or equal to AppDBVer; The version of the database script that promptly obtains is higher than the version of the current database script of application program; And be lower than the version of the required database script of application program; Then this database script need be upgraded to the required database script of application program, promptly is upgraded to the pairing database script of the AppDBVer of version number;
If the version of the database script that Ver greater than AppDBVer, promptly obtains is higher than the version of the needed database script of application program, then this database script does not need upgrading yet; But the version number of the database script in the upgrade script set generally is non-existent greater than this situation of the version number of the database script of application program internal record; Because upgrade script is followed application issued; The highest version database this shop should be exactly the required version number of application program internal record in the upgrade script; Only if upgrade script is the application program from another redaction, perhaps obtain from certain independent channel.
Owing in this embodiment the data script in the upgrade script set has been adopted traversal mode from low to high; So as Ver during greater than AppDBVer; With regard to need the version number of Ver back not having be traveled through,, do not need upgrading because version number thereafter will be higher than AppDBVer certainly.
Obviously, those skilled in the art can carry out various changes and modification to the present invention and not break away from the spirit and scope of the present invention.Like this, belong within the scope of claim of the present invention and equivalent technology thereof if of the present invention these are revised with modification, then the present invention also is intended to comprise these changes and modification interior.

Claims (13)

1. the compatible method that detects of application program and Relational database script may further comprise the steps:
(1) obtains version number's maintenance mechanism of application program, adopt identical version number's maintenance mechanism that the version number of the database script relevant with application program is set;
(2) version number of the database script that application program is required is arranged on application program inside;
(3) obtain the database script version number of application program internal record to be detected;
(4) obtain the current database script version number of application program to be detected;
(5) the database script version number of application program internal record to be detected and current database script version number are compared, judge whether application program is compatible with current database script.
2. the compatible method that detects of a kind of application program as claimed in claim 1 and Relational database script is characterized in that: in the step (5), saidly judge that application program is whether following with the compatible concrete mode of current database script:
If the database script version number of internal record is greater than the version number of current database script, then the current database script needs upgrading;
If the database script version number of internal record equals the version number of current database script, then application program and current database script version are mated;
If the database script version number of internal record is less than the version number of current database script, then application program need be upgraded to and current database script version number identical version.
3. the compatible method that detects of a kind of application program as claimed in claim 1 and Relational database script is characterized in that: in the step (2), the version number through the form of the hard coded database script that application program is required is arranged on application program inside.
4. the compatible method that detects of a kind of application program as claimed in claim 1 and Relational database script, it is characterized in that: in the step (3), the current database script version number of application program is stored in system's table of server end.
5. the compatible method that detects of a kind of application program as claimed in claim 1 and Relational database script; It is characterized in that: in the step (1); Said version number maintenance mechanism adopts some bit digital to be separated to form the maintenance mechanism of version number, first version number digital most important.
6. like claim 1 or 5 described a kind of application programs and the compatible method that detects of Relational database script, it is characterized in that: in the step (1), behind the application program updating, the redaction of the identification application that adds up through the one-bit digital in its version number.
7. according to claim 1 or claim 2 the compatible method that detects of a kind of application program and Relational database script; It is characterized in that: in the step (5); Relatively the time, adopt order from left to right to compare one by one the version number of the database script version number of internal record and current database script.
8. the compatible method that detects of a kind of application program as claimed in claim 1 and Relational database script, it is characterized in that: several versions of same application use the database script of same version.
9. the method for application program and Relational database script upgrade maintenance may further comprise the steps:
(1) obtains version number's maintenance mechanism of application program, the version number that adopts the identical maintenance mechanism setting database script relevant with application program;
(2) extract the relative last revision of each database script version, and carry out relatedly, form a upgrade script set with the version number of the database script of last revision;
(3) obtain database script version number and the current database script version number of application program internal record to be detected;
(4) database script in the set of traversal upgrade script; The version number of the database script that obtains is compared with the database script version number of application program internal record to be detected and current database script version number; Judgement needs the database script of upgrading, and this database script is upgraded to the database script of application program internal record.
10. the method for a kind of application program as claimed in claim 9 and Relational database script upgrade maintenance; It is characterized in that: in the step (3), the database script version number of application program internal record is that the version number through the hard coded form database script that application program is required is arranged on application program inside.
11. the method for a kind of application program as claimed in claim 9 and Relational database script upgrade maintenance is characterized in that: in the step (4), to the database script in the upgrade script set according to version traversal mode from low to high.
12. the method like claim 9 or 11 described a kind of application programs and Relational database script upgrade maintenance is characterized in that: in the step (4), judgement needs the concrete mode of the database script of upgrading to be:
If the version number of the database script that obtains in the upgrade script set is greater than application program current database script version to be detected number and be less than or equal to the database script version number of application program internal record to be detected, then this database script in the upgrade script set is upgraded to the database script of application program internal record;
If the version number of the database script that obtains in the upgrade script set is greater than the database version number originally of application program internal record to be detected, then this database script in this script set does not need upgrading;
If the version number of the database script that obtains in the upgrade script set is less than or equal to the current database of application program to be detected version number originally, then this database script in the upgrade script set does not need upgrading.
13. the method for a kind of application program as claimed in claim 11 and Relational database script upgrade maintenance; It is characterized in that: when the version number of database script in the upgrade script set of traversal during greater than the database script version number of application sequence internal record to be detected; Stop traversal, the upgrading of the database script in the upgrade script set is accomplished.
CN2011104048241A 2011-12-08 2011-12-08 Methods for detecting compatibility of application program and relevant database script and performing upgrading maintenance on application program and relevant database script Pending CN102495733A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011104048241A CN102495733A (en) 2011-12-08 2011-12-08 Methods for detecting compatibility of application program and relevant database script and performing upgrading maintenance on application program and relevant database script

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011104048241A CN102495733A (en) 2011-12-08 2011-12-08 Methods for detecting compatibility of application program and relevant database script and performing upgrading maintenance on application program and relevant database script

Publications (1)

Publication Number Publication Date
CN102495733A true CN102495733A (en) 2012-06-13

Family

ID=46187561

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011104048241A Pending CN102495733A (en) 2011-12-08 2011-12-08 Methods for detecting compatibility of application program and relevant database script and performing upgrading maintenance on application program and relevant database script

Country Status (1)

Country Link
CN (1) CN102495733A (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140208303A1 (en) * 2013-01-23 2014-07-24 Red Hat Israel, Ltd. Matching database schema with application code using dependency management
CN104090807A (en) * 2014-07-18 2014-10-08 广州金山网络科技有限公司 Application software new version information obtaining method and device
CN104216724A (en) * 2013-06-03 2014-12-17 阿里巴巴集团控股有限公司 Method and system for updating network application program interface
WO2015021604A1 (en) * 2013-08-13 2015-02-19 华为技术有限公司 Application upgrade method and device
CN104572644A (en) * 2013-10-10 2015-04-29 北京大学 Database updating device and database updating method
WO2015070777A1 (en) * 2013-11-14 2015-05-21 中兴通讯股份有限公司 Software upgrade method, client, server, system and storage medium
CN105512017A (en) * 2014-09-22 2016-04-20 阿里巴巴集团控股有限公司 Database compatibility detection method and device
CN105700917A (en) * 2016-01-04 2016-06-22 浪潮通用软件有限公司 Method and apparatus for synchronizing DLL and database
CN106528241A (en) * 2016-11-21 2017-03-22 浪潮通用软件有限公司 Data upgrading method and apparatus
CN106909429A (en) * 2017-04-05 2017-06-30 微鲸科技有限公司 A kind of synchronous upgrade method and device
CN107193616A (en) * 2017-06-30 2017-09-22 广州云移信息科技有限公司 A kind of application program updating method and terminal
CN107608703A (en) * 2017-10-31 2018-01-19 北京酷我科技有限公司 A kind of method of database local upgrade
US9886259B2 (en) 2014-08-27 2018-02-06 Xiaomi Inc. Method and terminal device for complying router management application with router firmware
WO2018126376A1 (en) * 2017-01-05 2018-07-12 深圳市前海中康汇融信息技术有限公司 Database management system for smart terminal application software
WO2018126379A1 (en) * 2017-01-05 2018-07-12 深圳市前海中康汇融信息技术有限公司 Database management method for smart terminal application software
CN111124612A (en) * 2019-12-20 2020-05-08 北京浪潮数据技术有限公司 Container mirror image upgrading method and device, electronic equipment and storage medium
CN112181946A (en) * 2020-09-28 2021-01-05 云知声智能科技股份有限公司 Method and device for automatically maintaining dynamic database script
CN112559373A (en) * 2020-12-24 2021-03-26 郑州信大捷安信息技术股份有限公司 Software compatibility management method and system
CN113391829A (en) * 2021-05-24 2021-09-14 杭州新中大科技股份有限公司 Debugging method for coping with high-frequency iteration data

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1713154A (en) * 2004-06-22 2005-12-28 中兴通讯股份有限公司 Method for upgrading network management system in mobile communication
US20060236083A1 (en) * 2005-04-18 2006-10-19 Research In Motion Limited Method and system for controlling software version updates
CN101650663A (en) * 2009-08-27 2010-02-17 中兴通讯股份有限公司 Database system and upgrading method thereof
CN101794222A (en) * 2010-01-13 2010-08-04 腾讯科技(深圳)有限公司 Software version collecting method, management system and software upgrading detection method and system
CN101860614A (en) * 2009-04-08 2010-10-13 北京闻言科技有限公司 Method for managing mobile phone software installation packets by multi-segment internal version number

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1713154A (en) * 2004-06-22 2005-12-28 中兴通讯股份有限公司 Method for upgrading network management system in mobile communication
US20060236083A1 (en) * 2005-04-18 2006-10-19 Research In Motion Limited Method and system for controlling software version updates
CN101860614A (en) * 2009-04-08 2010-10-13 北京闻言科技有限公司 Method for managing mobile phone software installation packets by multi-segment internal version number
CN101650663A (en) * 2009-08-27 2010-02-17 中兴通讯股份有限公司 Database system and upgrading method thereof
CN101794222A (en) * 2010-01-13 2010-08-04 腾讯科技(深圳)有限公司 Software version collecting method, management system and software upgrading detection method and system

Cited By (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9483245B2 (en) * 2013-01-23 2016-11-01 Red Hat Israel, Ltd. Matching database schema with application code using dependency management
US20140208303A1 (en) * 2013-01-23 2014-07-24 Red Hat Israel, Ltd. Matching database schema with application code using dependency management
CN104216724A (en) * 2013-06-03 2014-12-17 阿里巴巴集团控股有限公司 Method and system for updating network application program interface
CN104216724B (en) * 2013-06-03 2018-01-02 阿里巴巴集团控股有限公司 A kind of method and system of web application interface upgrade
CN108052340A (en) * 2013-08-13 2018-05-18 华为技术有限公司 A kind of application upgrade method, apparatus
WO2015021604A1 (en) * 2013-08-13 2015-02-19 华为技术有限公司 Application upgrade method and device
US10649761B2 (en) 2013-08-13 2020-05-12 Huawei Technologies Co., Ltd. Application upgrade method and apparatus
CN104583945B (en) * 2013-08-13 2018-01-12 华为技术有限公司 A kind of application upgrade method, apparatus
CN108319463A (en) * 2013-08-13 2018-07-24 华为技术有限公司 A kind of application upgrade method, apparatus
US10191730B2 (en) 2013-08-13 2019-01-29 Huawei Technologies Co., Ltd. Application upgrade method and apparatus
CN104583945A (en) * 2013-08-13 2015-04-29 华为技术有限公司 Application upgrade method and device
CN108052340B (en) * 2013-08-13 2021-03-30 华为技术有限公司 Application upgrading method and device
US9696984B2 (en) 2013-08-13 2017-07-04 Huawei Technologies Co., Ltd. Application upgrade method and apparatus
CN104572644A (en) * 2013-10-10 2015-04-29 北京大学 Database updating device and database updating method
CN104572644B (en) * 2013-10-10 2018-05-22 北京大学 Database update device and database update method
WO2015070777A1 (en) * 2013-11-14 2015-05-21 中兴通讯股份有限公司 Software upgrade method, client, server, system and storage medium
CN104090807A (en) * 2014-07-18 2014-10-08 广州金山网络科技有限公司 Application software new version information obtaining method and device
US9886259B2 (en) 2014-08-27 2018-02-06 Xiaomi Inc. Method and terminal device for complying router management application with router firmware
CN105512017A (en) * 2014-09-22 2016-04-20 阿里巴巴集团控股有限公司 Database compatibility detection method and device
CN105700917A (en) * 2016-01-04 2016-06-22 浪潮通用软件有限公司 Method and apparatus for synchronizing DLL and database
CN106528241A (en) * 2016-11-21 2017-03-22 浪潮通用软件有限公司 Data upgrading method and apparatus
WO2018126379A1 (en) * 2017-01-05 2018-07-12 深圳市前海中康汇融信息技术有限公司 Database management method for smart terminal application software
WO2018126376A1 (en) * 2017-01-05 2018-07-12 深圳市前海中康汇融信息技术有限公司 Database management system for smart terminal application software
CN106909429A (en) * 2017-04-05 2017-06-30 微鲸科技有限公司 A kind of synchronous upgrade method and device
CN107193616A (en) * 2017-06-30 2017-09-22 广州云移信息科技有限公司 A kind of application program updating method and terminal
CN107608703A (en) * 2017-10-31 2018-01-19 北京酷我科技有限公司 A kind of method of database local upgrade
CN107608703B (en) * 2017-10-31 2020-11-03 北京酷我科技有限公司 Method for locally upgrading database
CN111124612A (en) * 2019-12-20 2020-05-08 北京浪潮数据技术有限公司 Container mirror image upgrading method and device, electronic equipment and storage medium
CN111124612B (en) * 2019-12-20 2022-04-22 北京浪潮数据技术有限公司 Container mirror image upgrading method and device, electronic equipment and storage medium
CN112181946A (en) * 2020-09-28 2021-01-05 云知声智能科技股份有限公司 Method and device for automatically maintaining dynamic database script
CN112559373A (en) * 2020-12-24 2021-03-26 郑州信大捷安信息技术股份有限公司 Software compatibility management method and system
CN112559373B (en) * 2020-12-24 2022-04-08 郑州信大捷安信息技术股份有限公司 Software compatibility management method and system
CN113391829A (en) * 2021-05-24 2021-09-14 杭州新中大科技股份有限公司 Debugging method for coping with high-frequency iteration data
CN113391829B (en) * 2021-05-24 2022-09-09 杭州新中大科技股份有限公司 Debugging method for coping with high-frequency iterative data

Similar Documents

Publication Publication Date Title
CN102495733A (en) Methods for detecting compatibility of application program and relevant database script and performing upgrading maintenance on application program and relevant database script
CN109885581A (en) Synchronous method, device, equipment and the storage medium of database
CN102855181B (en) Software repair and system
CN101923566A (en) Data increment extraction method based on trigger
CN104408132A (en) Data push method and system
CN105653329A (en) Application management method, apparatus and system
CN111209344A (en) Data synchronization method and device
CN101789888A (en) Detection method and device for software installation
CN106649771A (en) Data model updating method and system for database
CN102662647A (en) Lunix operating system and security update method of same
CN105589797A (en) Method for synchronous data time delay detection between master database and slave database
CN104820676A (en) Method and device for judging magnitude of version number
CN105446868A (en) System compatibility testing method, test case management method and related devices
CN105279285A (en) Synchronization system and method of relation-type database and non-relation-type database
CN103942138A (en) Testing method and device
CN105005527A (en) Server-side product monitoring method and device
CN103186471A (en) Method and system for managing bad blocks in storage equipment
CN115712623B (en) Batch data fault-tolerant collection method based on captured metadata change
CN103064988A (en) Abnormal data detection method and device
CN102929983B (en) Embedded database is synchronized to the method and apparatus in flash data storehouse
CN106529281B (en) A kind of executable file processing method and processing device
CN105739964A (en) Implementation method for supporting version compatibility control based on Android platform
CN101464888B (en) Smooth upgrading apparatus and method for information system
CN104951333A (en) Method for checking for the presence of a current firmware version
CN109471901B (en) Data synchronization method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20120613