CN107861997B - ERP database recording method and device, computer equipment and storage medium - Google Patents

ERP database recording method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN107861997B
CN107861997B CN201710978937.XA CN201710978937A CN107861997B CN 107861997 B CN107861997 B CN 107861997B CN 201710978937 A CN201710978937 A CN 201710978937A CN 107861997 B CN107861997 B CN 107861997B
Authority
CN
China
Prior art keywords
database
script
recording function
attribute
erp
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.)
Active
Application number
CN201710978937.XA
Other languages
Chinese (zh)
Other versions
CN107861997A (en
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.)
Kingdee Software China Co Ltd
Original Assignee
Kingdee Software China 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 Kingdee Software China Co Ltd filed Critical Kingdee Software China Co Ltd
Priority to CN201710978937.XA priority Critical patent/CN107861997B/en
Publication of CN107861997A publication Critical patent/CN107861997A/en
Application granted granted Critical
Publication of CN107861997B publication Critical patent/CN107861997B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2358Change logging, detection, and notification

Abstract

The invention relates to an ERP database recording method, a device, computer equipment and a storage medium, comprising the following steps: when the database script is detected to modify the ERP database, whether the database recording function is started is judged, when the database recording function is started, corresponding database scripts for modifying the database are sequentially inserted into a pre-generated script table, the operation of closing the database recording function is obtained, the database scripts in the script table are generated into script files, and the script files are stored in an appointed directory. When the ERP database is detected to be modified, corresponding database scripts of the modified database are inserted into the script table and script files are generated after the database recording function is started, so that huge databases do not need to be backed up, more time can be saved, and the working efficiency is improved; in addition, only the corresponding database script of the modified database is inserted into the script table and the script file is generated, and only the database script needs to be transmitted, so that the confidential information is protected.

Description

ERP database recording method and device, computer equipment and storage medium
Technical Field
The invention relates to the technical field of database processing, in particular to an ERP database recording method, an ERP database recording device, computer equipment and a storage medium.
Background
The ERP software is an enterprise management software for managing various resources of an enterprise. The ERP software has a database for storing various data. In the process of using ERP software, a large amount of business data is generated, and the path of the data is generally long and many documents on the upstream and downstream are involved. When procedural problems occur, the traditional method is to backup the database, send the database backup file to a programmer, and the programmer restores the database to track and analyze.
The operation of the existing backup database is very complex, and because the database of the ERP is very large, a great deal of time is spent on the backup, transmission and recovery of the database, and the working efficiency is seriously reduced. And some databases store confidential information, which is not allowed to be sent out, and the original data cannot be restored by a database backup mode.
Disclosure of Invention
In view of the above, it is necessary to provide an ERP database recording method, an ERP database recording apparatus, a computer device, and a storage medium, for solving the above problems of low work efficiency and no permission of outgoing of confidential messages.
An ERP database recording method, the method comprising:
when detecting that the ERP database is modified through the database script, judging whether a database recording function is started or not;
when the database recording function is started, corresponding database scripts for modifying the database are sequentially inserted into a pre-generated script table;
and acquiring the operation of closing the database recording function, generating a script file from the database script in the script table, and storing the script file in an appointed directory.
In one embodiment, before the detecting of the modification of the ERP database by the database script, the method further includes:
acquiring the attribute of a database recording function mark added in ERP software;
and displaying a database recording function mark in an interface of the ERP software according to the attribute.
In one embodiment, the default attribute of the database record function flag is an off state; before the detecting that the ERP database is modified through the database script, the method further includes:
acquiring a starting instruction of the database recording function mark;
and changing the attribute of the database recording function mark into an opening state according to the opening instruction.
In one embodiment, the determining whether the database recording function is turned on includes:
and judging the attribute of the database recording function mark, wherein when the attribute is in an open state, the database recording function is opened, and when the attribute is in a closed state, the database recording function is closed.
In one embodiment, when the database recording function is started, sequentially inserting the corresponding database scripts for modifying the database into a pre-generated script table, including:
acquiring the sequence of modifying the database;
and sequentially inserting the database scripts into a pre-generated script table according to the sequence.
In one embodiment, the obtaining an operation of closing a database recording function, generating a script file from a database script in the script table, and storing the script file in a designated directory includes:
acquiring a closing instruction of the database recording function mark;
and generating a script file from the database script in the script table according to the closing instruction, and storing the script file in an appointed directory.
An ERP database recording apparatus, the apparatus comprising:
the function judging module is used for judging whether a database recording function is started or not when the ERP database is detected to be modified through the database script;
the script insertion module is used for sequentially inserting the corresponding database scripts of the modified database into a pre-generated script table when the database recording function is started;
and the file generation module is used for acquiring the operation of closing the database recording function, generating a script file from the database script in the script table, and storing the script file in the specified directory.
In one embodiment, the apparatus further comprises:
the attribute acquisition module is used for acquiring the attribute of a database recording function mark added in the ERP software;
and the mark adding module is used for displaying a database recording function mark in the interface of the ERP software according to the attribute.
A computer device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, the processor implementing the steps of the method as described above when executing the computer program.
A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method as set forth above.
According to the ERP database recording method, the ERP database recording device, the computer equipment and the storage medium, when the ERP database is modified through the database script, whether the database recording function is started or not is judged, when the database recording function is started, the corresponding database scripts for modifying the database are sequentially inserted into the pre-generated script table, the operation of closing the database recording function is obtained, the database scripts in the script table are generated into script files, and the script files are stored in the designated directory. Because the ERP database is detected to be modified, after the recording function of the database is started, the corresponding database script of the modified database is inserted into the script table and the script file is generated, so that a huge database does not need to be backed up, more time can be saved, and the working efficiency is improved; in addition, only the corresponding database script of the modified database is inserted into the script table and the script file is generated, and only the database script needs to be transmitted, so that the confidential information is protected.
Drawings
FIG. 1 is an internal block diagram of an execution terminal that implements the ERP database recording method in one embodiment;
FIG. 2 is a flow diagram of a method for ERP database logging, under an embodiment;
FIG. 3 is a flow diagram of adding a database record function flag in one embodiment;
FIG. 4 is a flow diagram of opening a database record function flag in one embodiment;
FIG. 5 is an interface diagram that illustrates functional indicia of database records, according to one embodiment;
FIG. 6 is a flow diagram of generating a script file in one embodiment;
FIG. 7 is a block diagram of the ERP database recording device in one embodiment;
FIG. 8 is a block diagram of an ERP database recording device in another embodiment;
FIG. 9 is a block diagram of an ERP database recording device in accordance with another embodiment;
FIG. 10 is a block diagram showing the structure of a function judging module in one embodiment;
FIG. 11 is a block diagram that illustrates the structure of a script insertion module in one embodiment;
FIG. 12 is a block diagram showing the structure of a file generation module in one embodiment.
Detailed Description
In order to make the objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in detail below. In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention. This invention may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein, but rather should be construed as broadly as the present invention is capable of modification in various respects, all without departing from the spirit and scope of the present invention.
Fig. 1 is an internal structural diagram of an execution terminal that implements the ERP database recording method in one embodiment. As shown in fig. 1, the terminal includes a processor, a storage medium, a display, a memory, a network interface, and an input device, which are connected through a system bus. The storage medium of the terminal comprises an operating system, a database and a computer program, wherein the computer program is used for realizing an ERP database recording device. The processor is used for providing calculation and control capability and supporting the operation of the whole terminal. The memory of the terminal provides an environment for running a computer program in a storage medium for implementing the ERP database recording device, and the memory may store computer-readable instructions, and when the computer-readable instructions are executed by the processor, the processor may be caused to execute an ERP database recording method. The network interface of the terminal is used for carrying out network communication with the server. The display of the terminal is used for displaying an application interface, such as an interface for displaying a database recording function mark; the input device may be a touch layer covered on the display, or an external keyboard, a touch pad, a mouse, or the like. The terminal may be, but is not limited to, a notebook computer, a desktop computer, a personal digital computer, a portable laptop computer, etc. It will be appreciated by those skilled in the art that the configuration shown in fig. 1 is a block diagram of only a portion of the configuration associated with the inventive arrangements and does not constitute a limitation of the terminal to which the inventive arrangements are applied, and that a particular terminal may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
As shown in fig. 2, in an embodiment, an ERP database recording method is provided, which is exemplified by being applied to a terminal in the application environment, and includes the following steps:
step S202, when detecting that the ERP database is modified through the database script, judging whether a database recording function is started.
The database script is a piece of code which can be compiled, interpreted and executed in a database management system and can complete a specific task. Tasks that can be accomplished include the creation of database objects, querying, modification of data, and the like.
Specifically, when the ERP software is used, an operation of modifying the database may be involved, for example, a new document is added, some data is filled in the document, and then the data is stored. When this operation is saved, a modification of the database by the database script may be detected.
Specifically, when the database recording function is specifically displayed on the interface, the database recording function is a database recording function mark, and the mark has an attribute in the underlying code. When the database is modified, whether the recording function of the database is opened or not can be known through judging the attributes in the bottom layer code.
And step S204, when the database recording function is started, sequentially inserting the corresponding database scripts for modifying the database into a pre-generated script table.
Specifically, when the attribute is judged to indicate that the database recording function is in an open state, the corresponding database script for modifying the database is inserted into the script table. The script table is generated in the database in advance and used for recording the database script.
Step S206, the operation of closing the database recording function is obtained, the database script in the script table is generated into a script file, and the script file is stored in the designated directory.
Wherein the script file is similar to a batch file in a DOS operating system, and can combine different commands and automatically and continuously execute the commands according to a determined sequence.
Specifically, the operation of closing the database recording function is obtained through the interface of the database recording function mark, and the database script is recorded in the script table, and the script file can combine different commands, so that the database script can be combined to generate the script file. And storing the script file in a specified directory for executing the script file.
When the database script is detected to modify the ERP database, whether the database recording function is started is judged, when the database recording function is started, corresponding database scripts for modifying the database are sequentially inserted into a pre-generated script table, the operation of closing the database recording function is obtained, the database scripts in the script table are generated into script files, and the script files are stored in a designated directory. Because the ERP database is detected to be modified, after the recording function of the database is started, the corresponding database script of the modified database is inserted into the script table and the script file is generated, so that a huge database does not need to be backed up, more time can be saved, and the working efficiency is improved; in addition, only the corresponding database script of the modified database is inserted into the script table and the script file is generated, and only the database script needs to be transmitted, so that the confidential information is protected.
As shown in fig. 3, in an embodiment, the provided ERP database recording method further includes a process of adding a database recording function flag, where the specific process includes:
step S302, obtaining the attribute of the database record function mark added in the ERP software.
Specifically, adding a database record function mark in the ERP software is to add an attribute, such as isstartrordboperation, to a code for submitting a script instruction to a database.
And step S304, displaying a database record function mark in an interface of the ERP software according to the attributes.
Specifically, the database recording function mark is displayed on the interface according to the attribute of the added database recording function mark. This flag may be a specific button or may be a radio box.
As shown in fig. 4, in an embodiment, the provided ERP database recording method further includes a process of opening a database recording function flag, which specifically includes:
step S402, obtaining the opening instruction of the database record function mark.
Specifically, the terminal may obtain the opening instruction for the database recording function flag through the interface of the database recording function flag. The terminal can obtain the instruction by a button or a radio box.
Step S404, the attribute of the database record function mark is changed into an open state according to the open instruction.
Specifically, the attribute of the database recording function mark is defaulted to a closed state, and after the terminal acquires the opening instruction, the attribute of the database recording function mark is changed, that is, the attribute of the database recording function mark is changed into an open state.
In one embodiment, as shown in FIG. 5, FIG. 5 is an interface diagram showing the database record function flag. Specifically, the interface diagram of fig. 5 shows the labels of the database record function. As shown in FIG. 5, the flag for the database logging function is "begin logging database operations," indicating that the default attribute of this flag is that the database logging function is in an off state. When the terminal acquires the button for "start recording database operation" clicked through the interface, the button on the interface becomes "end recording database operation". For example, a button "start recording database operation" is added, the attribute of isstartrocorddboperation defaults to off state, the attribute of isstartrocorddboperation is on state after clicking the button, and the button text becomes "end recording database operation". If this button is clicked again, IsStartRecordDBOperation is in the OFF state and the text changes back to "begin recording database operations". Specifically, the mark of the database recording function on the interface may be a button or a radio box. The mode of the radio box is that the 'start recording database operation' or 'end recording database operation' is clicked on the interface.
In one embodiment, the provided ERP database recording method further includes a process of determining whether a database recording function is started, specifically including:
and judging the attribute of the database recording function mark, wherein when the attribute is in an open state, the database recording function is opened, and when the attribute is in a closed state, the database recording function is closed.
Specifically, continuing to take the attribute isstartrecord dboperation as an example, when the attribute is in an on state, that is, the attribute isstartrecord dboperation is in an on state, it indicates that the database recording function is already on, and at this time, the button text displayed on the interface is "end to record the database operation"; when the attribute is in the off state, indicating that the database recording function is off, that is, isstartrecord dboperation is in the off state, the button displayed on the interface is "start recording database operation".
In one embodiment, the provided ERP database recording method further includes a process of sequentially inserting corresponding database scripts for modifying the database into a pre-generated script table, including:
and acquiring the sequence of modifying the database, and sequentially inserting the database scripts into a pre-generated script table according to the sequence.
Specifically, there is an order in which modifications are made to the database. For example, in the process of using ERP software, a document is added and stored, data in the document is changed and stored again, and in the stored code, a database script is generated, and the script is submitted to the database for execution and inserted into the script table according to the stored sequence.
As shown in fig. 6, in an embodiment, the provided ERP database recording method further includes a process of generating a script file, which specifically includes:
step S602, a close instruction for the database recording function flag is acquired.
Specifically, the terminal may obtain a closing instruction for the database recording function flag through the interface of the database recording function flag. The terminal can obtain the closing instruction through the button and can also obtain the closing instruction through a radio box on the interface.
And step S604, generating a script file from the database script in the script table according to the closing instruction, and storing the script file in the specified directory.
Specifically, the database scripts are recorded in the script table, and the script files can combine different commands, so that the database scripts can be combined to generate the script files. And storing the script file in a specified directory for executing the script file.
In one embodiment, an ERP database recording method is provided, and the specific steps for implementing the method are as follows:
firstly, the attribute of a database record function mark added in ERP software is obtained. Specifically, adding a database record function mark in the ERP software is to add an attribute, such as isstartrordboperation, to a code for submitting a script instruction to a database.
And secondly, displaying a database record function mark in an interface of the ERP software according to the attributes. Specifically, the database recording function mark is displayed on the interface according to the attribute of the added database recording function mark. This flag may be a specific button or may be a radio box.
Then, a turn-on instruction for the database record function flag is acquired. Specifically, the terminal may obtain the opening instruction for the database recording function flag through the interface of the database recording function flag. The terminal can obtain the instruction by a button or a radio box.
Specifically, the attribute of the database recording function mark is changed into an open state according to the open instruction. And the attribute of the database recording function mark is defaulted to be in a closed state, and after the terminal acquires the opening instruction, the attribute of the database recording function mark is changed, namely the attribute of the database recording function mark is changed into an open state.
Further, when the ERP database is detected to be modified through the database script, whether the database recording function is started or not is judged. When the ERP software is used, operations for modifying the database are involved, for example, a new document is added, some data is filled in the document, and then the data is stored. When this operation is saved, a modification of the database by the database script may be detected.
Further, whether a database recording function is started or not is judged, and the method specifically comprises the following steps:
and judging the attribute of the database recording function mark, wherein when the attribute is in an open state, the database recording function is opened, and when the attribute is in a closed state, the database recording function is closed. Specifically, continuing to take the attribute isstartrecord dboperation as an example, when the attribute is in an on state, that is, the attribute isstartrecord dboperation is in an on state, it indicates that the database recording function is already on, and at this time, the button text displayed on the interface is "end to record the database operation"; when the attribute is in the off state, indicating that the database recording function is off, that is, isstartrecord dboperation is in the off state, the button displayed on the interface is "start recording database operation".
Specifically, when the database recording function is started, the corresponding database scripts for modifying the database are sequentially inserted into the pre-generated script table, and the method specifically includes the following steps:
and acquiring the sequence of modifying the database, and sequentially inserting the database scripts into a pre-generated script table according to the sequence. There is an order in which modifications are made to the database. For example, in the process of using ERP software, a document is added and stored, data in the document is changed and stored again, and in the stored code, a database script is generated, and the script is submitted to the database for execution and inserted into the script table according to the stored sequence.
The method comprises the following steps of obtaining the operation of closing the database recording function, generating a script file from a database script in a script table, and storing the script file under an appointed directory, and specifically comprises the following steps:
and acquiring a closing instruction of the database record function mark. Specifically, the terminal may obtain a closing instruction for the database recording function flag through the interface of the database recording function flag. The terminal can obtain the closing instruction through the button and can also obtain the closing instruction through a radio box on the interface.
And generating a script file from the database script in the script table according to the closing instruction, and storing the script file in the specified directory. Specifically, the database scripts are recorded in the script table, and the script files can combine different commands, so that the database scripts can be combined to generate the script files. And storing the script file in a specified directory for executing the script file.
As shown in fig. 7, in one embodiment, there is provided an ERP database recording apparatus including:
the function determining module 710 is configured to determine whether a database recording function is turned on when it is detected that the ERP database is modified by the database script.
And the script insertion module 720 is configured to sequentially insert the corresponding database scripts for modifying the database into a pre-generated script table when the database recording function is started.
The file generating module 730 is configured to obtain an operation of closing a database recording function, generate a script file from a database script in the script table, and store the script file in an appointed directory.
As shown in fig. 8, in one embodiment, an ERP database recording apparatus further includes:
the attribute obtaining module 740 is configured to obtain an attribute of a database record function flag added in the ERP software.
And a mark adding module 750, configured to display a database record function mark in an interface of the ERP software according to the attribute.
As shown in fig. 9, in an embodiment, the default attribute of the database recording function flag is a closed state, and an ERP database recording apparatus further includes:
the first instruction obtaining module 760 is configured to obtain an opening instruction for the database record function flag.
An attribute changing module 770, configured to change the attribute of the database recording function flag to an open state according to the open instruction.
As shown in fig. 10, in one embodiment, the function determination module 710 includes:
the attribute determining module 712 is configured to determine an attribute of the database recording function flag, where the database recording function is turned on when the attribute is in an on state, and the database recording function is turned off when the attribute is in an off state.
As shown in FIG. 11, in one embodiment, script insertion module 720 includes:
an order obtaining module 722, configured to obtain an order of modifying the database.
And the inserting module 724 is used for sequentially inserting the database scripts into the pre-generated script table according to the sequence.
As shown in FIG. 12, in one embodiment, the file generation module 730 includes:
the second instruction obtaining module 732 is configured to obtain a closing instruction for the database record function flag.
The file storage module 734 is configured to generate a script file from the database script in the script table according to the close instruction, and store the script file in the designated directory.
In one embodiment, a computer-readable storage medium is further provided, which stores a computer program that, when executed by a processor, implements the steps of the ERP database recording method in the above embodiments.
The technical features of the embodiments described above may be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the embodiments described above are not described, but should be considered as being within the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (7)

1. An ERP database recording method, characterized in that the method comprises:
acquiring a starting instruction of the database recording function mark;
changing the attribute of the database recording function mark into an opening state according to the opening instruction;
acquiring the attribute of a database recording function mark added in ERP software; the attribute of the database recording function mark added in the ERP software is that an IsStartRecordDBOperation attribute is added in a code for submitting a script instruction to a database;
displaying a database recording function mark in an interface of the ERP software according to the attribute;
when detecting that the ERP database is modified through the database script, judging whether a database recording function is started or not according to the attribute of the database recording function mark;
when the database recording function is started, corresponding database scripts for modifying the database are sequentially inserted into a pre-generated script table; the script table is used for recording database scripts;
acquiring the operation of closing the database recording function, generating a script file from the database script in the script table, and storing the script file in a specified directory; the script file is a batch processing file, different commands are combined together, and the automatic continuous execution is carried out according to a determined sequence;
the step of sequentially inserting the corresponding database scripts for modifying the database into a pre-generated script table comprises the following steps:
acquiring the sequence of modifying the database, and sequentially inserting the database scripts into a pre-generated script table according to the sequence;
the acquiring the sequence of modifying the database and sequentially inserting the database scripts into a pre-generated script table according to the sequence comprises the following steps:
adding a new bill and storing;
changing and storing the data in the document to generate a database script;
sequentially inserting the script table into a pre-generated script table according to the stored sequence;
the operation of closing the database recording function is obtained, the database script in the script table is generated into a script file, and the script file is stored in a designated directory, and the operation comprises the following steps:
acquiring a closing instruction of the database recording function mark;
and generating a script file from the database script in the script table according to the closing instruction, and storing the script file in an appointed directory.
2. The method of claim 1, wherein the database recording function flag is a button or a radio box.
3. The method of claim 1, wherein the attribute of the database record function flag defaults to an off state.
4. The method of claim 3, wherein determining whether the database recording function is enabled comprises:
and judging the attribute of the database recording function mark, wherein when the attribute is in an open state, the database recording function is opened, and when the attribute is in a closed state, the database recording function is closed.
5. An ERP database recording apparatus, characterized in that the apparatus comprises:
the function judging module is used for judging whether the database recording function is started or not according to the attribute of the database recording function mark when the ERP database is detected to be modified through the database script;
the first instruction acquisition module is used for acquiring a starting instruction of a database recording function mark;
the attribute acquisition module is used for acquiring the attribute of a database recording function mark added in the ERP software; the attribute of the database recording function mark added in the ERP software is that an IsStartRecordDBOperation attribute is added in a code for submitting a script instruction to a database;
the mark adding module is used for displaying a database recording function mark in an interface of the ERP software according to the attribute;
the attribute changing module is used for changing the attribute of the database recording function mark into an opening state according to the opening instruction;
the script insertion module is used for sequentially inserting the corresponding database scripts of the modified database into a pre-generated script table when the database recording function is started; the database script generating device is also used for acquiring the sequence of modifying the database and sequentially inserting the database script into a pre-generated script table according to the sequence; adding a new bill and storing; changing and storing the data in the document to generate a database script; sequentially inserting the script table into a pre-generated script table according to the stored sequence;
the file generation module is used for acquiring the operation of closing the database recording function, generating a script file from the database script in the script table and storing the script file in a specified directory; the script file is a batch processing file, different commands are combined together, and the automatic continuous execution is carried out according to a determined sequence;
the database record function mark closing instruction is also used for acquiring a closing instruction of the database record function mark; and generating a script file from the database script in the script table according to the closing instruction, and storing the script file in an appointed directory.
6. A computer device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, characterized in that the steps of the method according to any of claims 1 to 4 are implemented when the computer program is executed by the processor.
7. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 4.
CN201710978937.XA 2017-10-19 2017-10-19 ERP database recording method and device, computer equipment and storage medium Active CN107861997B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710978937.XA CN107861997B (en) 2017-10-19 2017-10-19 ERP database recording method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710978937.XA CN107861997B (en) 2017-10-19 2017-10-19 ERP database recording method and device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN107861997A CN107861997A (en) 2018-03-30
CN107861997B true CN107861997B (en) 2021-12-03

Family

ID=61696587

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710978937.XA Active CN107861997B (en) 2017-10-19 2017-10-19 ERP database recording method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN107861997B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020194219A1 (en) * 2001-04-17 2002-12-19 Bradley George Wesley Method and system for cross-platform form creation and deployment
CN104123138A (en) * 2014-07-25 2014-10-29 诺伊曼(福建)信息科技有限公司 Rapid building method for ERP system
CN105488170A (en) * 2015-11-30 2016-04-13 金蝶软件(中国)有限公司 Information management method and apparatus for ERP system
CN105487761A (en) * 2015-12-16 2016-04-13 魅族科技(中国)有限公司 Application program control method and mobile terminal
CN105824865A (en) * 2015-12-09 2016-08-03 广东亿迅科技有限公司 Distributed type database data synchronization system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020194219A1 (en) * 2001-04-17 2002-12-19 Bradley George Wesley Method and system for cross-platform form creation and deployment
CN104123138A (en) * 2014-07-25 2014-10-29 诺伊曼(福建)信息科技有限公司 Rapid building method for ERP system
CN105488170A (en) * 2015-11-30 2016-04-13 金蝶软件(中国)有限公司 Information management method and apparatus for ERP system
CN105824865A (en) * 2015-12-09 2016-08-03 广东亿迅科技有限公司 Distributed type database data synchronization system
CN105487761A (en) * 2015-12-16 2016-04-13 魅族科技(中国)有限公司 Application program control method and mobile terminal

Also Published As

Publication number Publication date
CN107861997A (en) 2018-03-30

Similar Documents

Publication Publication Date Title
CN109154935B (en) Method, system and readable storage device for analyzing captured information for task completion
US20180113862A1 (en) Method and System for Electronic Document Version Tracking and Comparison
US10901573B2 (en) Generating predictive action buttons within a graphical user interface
CN104899016B (en) Allocating stack Relation acquisition method and device
US20200358850A1 (en) Uploading user and system data from a source location to a destination location
KR20090122953A (en) Techniques to share information between application programs
CN104704468A (en) Cross system installation of WEB applications
CN109564517B (en) Method and server for retaining locally deleted content at storage service
CN103577417B (en) The method and apparatus for clearing up desktop
US9451423B2 (en) Method and apparatus for recording information during a call
CN105574163A (en) File processing method and device and electronic equipment
CN106326129A (en) Program abnormity information generating method and device
CN111651296A (en) Interception backup method, device, equipment and storage medium for data deletion operation
CN104834687A (en) Picture display method
CN106484779B (en) File operation method and device
US20240004917A1 (en) Data processing method and device, terminal, and storage medium
CN105630757A (en) Data editing method and apparatus
US10523677B2 (en) Managing metadata for external content within a computing environment
CN108228611B (en) Document information copying method and device
US20110055295A1 (en) Systems and methods for context aware file searching
US9384285B1 (en) Methods for identifying related documents
CN107861997B (en) ERP database recording method and device, computer equipment and storage medium
CN116561146A (en) Database log recording method, device, computer equipment and computer readable storage medium
US20210373728A1 (en) Machine learning-assisted graphical user interface for content organization
CN110020260A (en) The generation of label and search method and system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant