CN1549163A - Across-platform data base researching method - Google Patents

Across-platform data base researching method Download PDF

Info

Publication number
CN1549163A
CN1549163A CNA031134912A CN03113491A CN1549163A CN 1549163 A CN1549163 A CN 1549163A CN A031134912 A CNA031134912 A CN A031134912A CN 03113491 A CN03113491 A CN 03113491A CN 1549163 A CN1549163 A CN 1549163A
Authority
CN
China
Prior art keywords
file
database
user
query
information
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.)
Granted
Application number
CNA031134912A
Other languages
Chinese (zh)
Other versions
CN1282111C (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.)
Jinjiang high and new technology development office
Original Assignee
ZTE Corp Nanjing Branch
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 ZTE Corp Nanjing Branch filed Critical ZTE Corp Nanjing Branch
Priority to CN 03113491 priority Critical patent/CN1282111C/en
Publication of CN1549163A publication Critical patent/CN1549163A/en
Application granted granted Critical
Publication of CN1282111C publication Critical patent/CN1282111C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The forced web page pushing out method includes utilizing AC as web site deputy and re-orienting URL to URL of WEB-PORTAL server in the client end. The present invention makes it possible for the user inputting any URL to enter the web page of WEB-PORTAL server directly simply. The present invention is also suitable for client end having distributed IP address via DHCP or set static IP address.

Description

A kind of platform database querying method
Technical field
The present invention relates to a kind of method of operating, in particular to a kind of querying method of database to database.
Background technology
For the system of any cross-platform operation, the otherness that shields between each operating platform all is one of them key components.And need utilize the system of database storing and visit for any one, and the convenient and swift requirement of database access also is absolutely necessary, refer more particularly to the unusual complicated database access of big data quantity or querying condition, then all the more so.A good data base querying should accomplish need not the physical location that the user is concerned about database, when changing in user's inquiry place simultaneously, also need not to revise any access interface, still can be correctly data in the accessing database quickly and easily.
Network collocating method and instrument that present cross-platform data base querying adopts database to provide mostly perhaps connect database with ODBC or JDBC, and input inquiry requires and query requests is inquired about.Instruments such as NET8 configuration that provides such as the ORACLE database and WORKSHEET are exactly like this.Adopt this several modes, have following some deficiency: 1, each inquiry all needs repetition input inquiry condition; 2, during the big data quantity query requests, the problem of Network Transmission bottleneck can take place; 3, different user or user need reconfigure the connection of database when different platform moves; 4, the Query Result echo plex mode varies, and the user can't unify to handle, and has strengthened user's complexity.
Summary of the invention
Purpose of the present invention is exactly to overcome the shortcoming that need utilize network configuration and instrument to carry out for cross-platform data base querying at present, a kind of otherness between can shielding platform is proposed, reduce user inquiring and handle complexity, and the platform database querying method of Network Transmission bottleneck problem can solve the big data quantity query requests time.
Core concept of the present invention is: define a kind of unified file structure, be used to store user's querying condition and Query Result, the server end database processing unit is inquired about in database according to the querying condition that defines in the file structure, and Query Result is stored in the unified file structure.
Technical scheme of the present invention is as follows: a kind of platform database querying method comprises the following steps:
(1) inquiry file of structure consolidation form, described inquiry file comprises information Control district and information data district, and the information Control district is used to store user's querying condition and user's self information, and the information data district is used for the return results of storing queries;
(2) user's input inquiry information in inquiry file;
(3) user sends to database processing unit with query requests in the mode of file;
(4) database processing unit is the sub-processing unit of each query requests allocation database, and the sub-processing unit of described database connects for the database that can Gong call;
(5) the sub-processing unit of database is according to the inquiry file constructs database SQL query statement that distributes;
(6) carry out data base querying;
(7) database word processing cell processing Query Result and return the Query Result file to the user.
The content in described information Control district comprises: whether be conjunctive query, and inquiry table name, inquiry list of fields, querying condition, the filename of generation, user totem information.The content in described information data district comprises: data head, in order to the field number and the record number of record queries; Data type is described, in order to record field type and field length; Data recording, the particular content that obtains in order to record queries.
Above-mentioned steps (5) specifically comprises the following steps:
(1) the sub-processing unit of database calls file structure according to the user totem information in the query requests, obtain file structure and the given filename of information Control district user, and under given catalogue, open this file with read-write mode, if this document exists, then cover, if there is no, then generate a new file;
(2) the sub-processing unit of database is judged the correctness of user input query information in the query requests, if user's fill message is incomplete, then returns failure information to the user, otherwise carries out next step;
(3) Query Information filled in according to the user of the sub-processing unit of database constructs the database SQL query statement;
(4) whether the sub-processing unit checking of database query statement is correct, if incorrect, then returns failure information to the user, otherwise carries out next step inquiry.
Data base querying is meant and once imports query statement into database, obtains Query Result one by one.Handle Query Result and be meant that the sub-processing unit of database writes the information data district of Query Result file with Query Result in the mode of network bytes preface, after inquiry was finished, the sub-processing unit of database was closed the Query Result file.
Described method also comprises provides a series of file access interfaces, and described access interface is to encapsulate one deck on the access interface of file system itself, makes the user need not to be concerned about the structure and the source of file when file is carried out access.Described access interface comprises that document creation, File Open, file write, file reads, closing of a file, document alignment, file movement, file pointer current location and file delete.
The present invention compares with existing platform database querying method, considered move the influence that inquiry brought of user especially with respect to database platform, and the bottleneck of the inquiry of big data quantity on Network Transmission, original method in this case, general all need to reconfigure and being connected of database, perhaps adjust the user to querying condition to reduce the data volume of Query Result.The present invention utilizes the difference between the transmission shielding different platform of file and the Network Transmission bottleneck of big data quantity inquiry, and utilizes unified file structure to reduce user's complexity.Adopt the method: the animal migration that 1, has effectively improved the user; 2, can solve the network transfer speeds problem of big data quantity inquiry; 3, reduced user's processing complexity; 4, the user need not to be concerned about the configuring condition to database, has improved the compatibility of operating between the platform; 5, reduce the frequent input of user, improved access speed the data library inquiry to data library inquiry condition.
Description of drawings
Fig. 1 is the main flow chart of querying method of the present invention.
Fig. 2 is the structural representation of inquiry file.
Fig. 3 is the detail flowchart of " sub-processing unit structure query SQL statement " step among Fig. 1.
Embodiment
The present invention is described in further detail below in conjunction with drawings and Examples.
Fig. 1 is the main flow chart of querying method of the present invention.As shown in Figure 1, the querying method that proposes of the present invention comprise the following steps: 1, the inquiry file of structure consolidation form.Described inquiry file comprises information Control district and information data district, and the information Control district is used to store user's querying condition and user's self information, and the information data district is used for the return results of storing queries.The structure of inquiry file will be further described in the explanation of Fig. 2.2, user's input inquiry information in inquiry file.File structure is presented to the user with original template, and the user fills in original template according to the query demand of oneself, and the information that the user fills in is recorded in the information Control district of file structure.3, the user sends to database processing unit with query requests in the mode of file.When the user confirmed filling in of oneself, the file structure that fills just was sent to database processing unit and keeps, and in system's operational process, the user can revise Query Information at any time, and the Query Information of modification can be recorded at once, and is retained in the later use.4, database processing unit is the sub-processing unit of each query requests allocation database, and the sub-processing unit of described database connects for the database that can Gong call.The user can send to query requests the server database processing unit and inquire about, database processing unit is dispatched query requests, connect for each request distributes the database that can Gong call, this independent database connects can be called the sub-processing unit of database.Database processing unit is dispatched query requests, distributes according to the idle degree of each sub-processing unit, finds non-loaded database processing subelement, and this database processing subelement is distributed in this request.5, the sub-processing unit of database is according to the inquiry file constructs database SQL query statement that distributes.Inquiry for database is mainly finished by certain SQL query statement, and the detailed description in this step will be carried out in Fig. 3.6, carry out data base querying, once import query statement into database, obtain Query Result one by one.7, database word processing cell processing Query Result and return the Query Result file to the user.The sub-processing unit of database writes the information data district of Query Result file with Query Result in the mode of network bytes preface, and after inquiry was finished, the sub-processing unit of database was closed the Query Result file.The user can be synchronous to the request of data library inquiry, also can be asynchronous, and this depends on whether the user is concerned about at once to return results.
Fig. 2 is the structural representation of inquiry file.As shown in Figure 2, the present invention has defined a kind of unified file structure, and this document structure can adapt to various users' query demand.The user can define Query Information according to the demand of oneself, and the SQL statement that is used for the back is obtained the written document foundation of foundation and Query Result.The inquiry file of unified structure comprises information Control district and information data district, and the information Control district is used to store user's querying condition and user's self information, and the information data district is used for the return results of storing queries.The definition different system in information Control district can have different definition, but essential information is identical: the Query Information definitional part in information Control district can define query object, querying condition etc.; The user profile definitional part in information Control district can define user's identification information, as:
Whether be conjunctive query
The inquiry table name
Inquiry list of fields (defaulting to whole fields in the table)
Querying condition (defaulting to whole records)
The filename that generates
User totem information
The information data district of file structure generally can consist of the following components:
The data head in information data district part is in order to the field number of record queries and record number etc.;
The data type in information data district is described part in order to record field type and field length etc.;
The concrete outcome that the data recording portion in information data district obtains in order to record queries;
Certainly, different systems can have different definition in information Control district and the information data district.
Fig. 3 is the detail flowchart of " sub-processing unit structure query SQL statement " step among Fig. 1.As shown in Figure 3, specifically comprise the following steps: 1, the sub-processing unit of database calls file structure according to the user totem information in the query requests, obtain file structure and the given filename of information Control district user, and under given catalogue, open this file with read-write mode, if this document exists, then cover, if there is no, then generate a new file; 2, the sub-processing unit of database is judged the correctness of user input query information in the query requests, if user's fill message is incomplete, then returns failure information to the user, otherwise carries out next step; 3, the Query Information filled in according to the user of the sub-processing unit of database constructs the database SQL query statement; 4, whether the sub-processing unit checking of database query statement is correct, if incorrect, then returns failure information to the user, otherwise carries out next step inquiry.The user sends query requests to database processing unit, the sub-processing unit of database is analyzed this request, and judge that the user inserts the correctness of information (such as verifying whether table name is inserted), if fill message is incomplete, then return failure to the user, otherwise the sub-processing unit of database is after the query requests of receiving the database processing unit distribution, at first search in the information Control district, obtain relevant Query Information, and according to the SQL statement of the Query Information formation that obtains in order to inquiry, and the correctness of simple inspect statement (such as in the checking statement whether table name etc. being arranged) is if checking correctly, is then carried out next step inquiry, otherwise, return error number to the user.In a single day the sub-processing unit of database has verified the correctness of query statement, just imports query statement into database, carries out corresponding query manipulation in database.Query statement once imports database into, Query Result obtains one by one, in order to shield the difference between the different platform, sub-processing unit carries out preliminary analysis to Query Result, Query Result is write the information data district of file in the mode of network bytes preface, after inquiry is finished, the sub-processing unit close file of database, and prepare to return to the user.
The user is to the access of Query Result file for convenience, this method provides a series of file access interface, these access interfaces have utilized the access interface of file system itself, on original interface, encapsulated one deck, encapsulated layer provides to the analysis of Query Information and to the judgment processing of different platform in the network, makes the user need not to be concerned about the source and the structure of file when file is carried out access.These access interfaces comprise that document creation, File Open, file write, file reads, closing of a file, document alignment, file movement, file pointer current location and file delete.To being simply described as follows of these access interfaces:
Document creation
Judge whether file exists,, need then to judge whether to cover, if then cover original file if exist;
If file does not exist, directly create;
File Open
The judgement file is opened in which way, opens file as requested;
File writes
Judgement be to Query Information write or to the writing of Query Result, according to the different request that writes written documents;
File reads
Judgement be to Query Information read or to the reading of Query Result, the database processing subelement calls the reading of Query Information, the user calls reading Query Result;
Closing of a file
With the closing of a file of opening;
Document alignment
The pointer of file is navigated to certain position;
File movement
File is moved to another place from a place, can be moving between the identical platform, also can be moving between the different platform;
The file pointer current location
The position that the backspace file pointer is current;
File delete
File from deletion somewhere, if there is not authority, then returned failure and tells the lack of competence deletion, if authority is arranged, then directly deletion.
In a preferred embodiment of the present invention---in the telecom network management system (customer end/server mode), adopt method of the present invention to realize the data library inquiry, main implementation step is as follows:
1. querying condition definition
According to the unified file structure that provides in the said method, information Control district and information data district are defined respectively, information Control district segment template organization definition is as follows:
Information Control district head
Whether be conjunctive query (can be default, default to single table inquiry)
The filename that generates
User totem information
Information Control district content
The inquiry table name
Inquiry list of fields (can be default, default to whole fields)
Querying condition (can be default, default to whole records)
Information data district segment template organization definition is as follows:
Data head: the field number of record queries and record number etc.
Data type is described: record field type and field length, total length are the field number
Data recording: the particular content that record queries obtains
Client is filled in according to the query demand of oneself and is initially touched plate, and when client was confirmed filling in of oneself, the file structure that fills just was sent to database processing unit and keeps.In system's operational process, client can be revised Query Information at any time by interface, and the Query Information of modification can be recorded at once, and is retained in the later use.
2. query requests is handled
Client sends to the server database processing unit with query requests and inquires about, database processing unit is dispatched query requests, find non-loaded database processing subelement, and this request distributed to this database processing subelement, when the sub-processing unit of database is received query requests, call file structure according to user totem information, obtain the given filename of document structure information control zone user, and under the given catalogue of server, open this file with read-write mode, if this document exists, then cover, if there is no, then generate a new file.
The sub-processing unit that has distributed is implemented concrete query requests, and will inquire about the result be stored in the information data district of file, after one query finished fully, sub-processing unit returned to client with file.Client can be synchronous to the request of data library inquiry, also can be asynchronous, and this depends on whether it is concerned about at once to return results.
We provide a series of api functions to carry out the operation of database.In order under database linking number condition of limited, to make the database manipulation as much as possible can concurrent operations, at first Query Result is put into result cache for the operation of simple queries, take out each result when fetching data again one by one.
3. query statement obtains
The sub-processing unit of database is after the query requests of receiving the database processing unit distribution, then at first search in the information Control district, obtain relevant Query Information, and according to the SQL statement of the Query Information formation that obtains in order to inquiry, and the correctness of simple inspect statement (such as in the checking statement whether table name etc. being arranged) is if checking is correct, then carry out next step inquiry, otherwise, error number returned to client.
4. inquire about
In a single day the sub-processing unit of database has verified the correctness of query statement, just imports query statement into database, carries out corresponding query manipulation in database.
Query statement once imports database into, Query Result obtains one by one, in order to shield the difference between the different platform, sub-processing unit carries out preliminary analysis to Query Result, Query Result is write the information data district of file in the mode of network bytes preface, after inquiry is finished, the sub-processing unit close file of database, and prepare to return to client.
Querying method proposed by the invention is applicable to any customer end/server mode.The method that adopts the present invention to propose makes under limited database linking number, can finish each module for access of database, has shielded each line module to access of database; It also provides the monitoring function to database simultaneously, and solved and moved the influence that inquiry is brought, and the bottleneck problem of the inquiry of big data quantity on Network Transmission, and reduced the complexity that the user carries out query processing.

Claims (9)

1, a kind of platform database querying method is characterized in that comprising the following steps:
(1) inquiry file of structure consolidation form, described inquiry file comprises information Control district and information data district, and the information Control district is used to store user's querying condition and user's self information, and the information data district is used for the return results of storing queries;
(2) user's input inquiry information in inquiry file;
(3) user sends to database processing unit with query requests in the mode of file;
(4) database processing unit is the sub-processing unit of each query requests allocation database, and the sub-processing unit of described database connects for the database that can Gong call;
(5) the sub-processing unit of database is according to the inquiry file constructs database SQL query statement that distributes;
(6) carry out data base querying;
(7) database word processing cell processing Query Result and return the Query Result file to the user.
2, platform database querying method according to claim 1 is characterized in that the content in described information Control district comprises: whether be conjunctive query, and inquiry table name, inquiry list of fields, querying condition, the filename of generation, user totem information.
3, platform database querying method according to claim 1 is characterized in that the content in described information data district comprises: data head, in order to the field number and the record number of record queries; Data type is described, in order to record field type and field length; Data recording, the particular content that obtains in order to record queries.
4, platform database querying method according to claim 1 is characterized in that described step (5) specifically comprises the following steps:
(1) the sub-processing unit of database calls file structure according to the user totem information in the query requests, obtain file structure and the given filename of information Control district user, and under given catalogue, open this file with read-write mode, if this document exists, then cover, if there is no, then generate a new file;
(2) the sub-processing unit of database is judged the correctness of user input query information in the query requests, if user's fill message is incomplete, then returns failure information to the user, otherwise carries out next step;
(3) Query Information filled in according to the user of the sub-processing unit of database constructs the database SQL query statement;
(4) whether the sub-processing unit checking of database query statement is correct, if incorrect, then returns failure information to the user, otherwise carries out next step inquiry.
5, platform database querying method according to claim 1 is characterized in that described step (6) carries out data base querying and be meant and once import query statement into database, obtains Query Result one by one.
6, platform database querying method according to claim 1, it is characterized in that handling in the described step (7) Query Result and be meant that the sub-processing unit of database writes Query Result the information data district of Query Result file in the mode of network bytes preface, after inquiry was finished, the sub-processing unit of database was closed the Query Result file.
7, platform database querying method according to claim 1 is characterized in that the request of user to the data library inquiry, can be synchronous, also can be asynchronous.
8, platform database querying method according to claim 1, it is characterized in that described method also comprises provides a series of file access interfaces, described access interface is to encapsulate one deck on the access interface of file system itself, makes the user need not to be concerned about the structure and the source of file when file is carried out access.
9, platform database querying method according to claim 8 is characterized in that described access interface comprises that document creation, File Open, file write, file reads, closing of a file, document alignment, file movement, file pointer current location and file delete.
CN 03113491 2003-05-15 2003-05-15 Across-platform data base researching method Expired - Fee Related CN1282111C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 03113491 CN1282111C (en) 2003-05-15 2003-05-15 Across-platform data base researching method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 03113491 CN1282111C (en) 2003-05-15 2003-05-15 Across-platform data base researching method

Publications (2)

Publication Number Publication Date
CN1549163A true CN1549163A (en) 2004-11-24
CN1282111C CN1282111C (en) 2006-10-25

Family

ID=34320102

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 03113491 Expired - Fee Related CN1282111C (en) 2003-05-15 2003-05-15 Across-platform data base researching method

Country Status (1)

Country Link
CN (1) CN1282111C (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100452040C (en) * 2005-01-11 2009-01-14 国际商业机器公司 System and method for database query
CN100464329C (en) * 2005-06-14 2009-02-25 联想(北京)有限公司 Construction method for dynamic structured query language statement
CN100524309C (en) * 2005-11-08 2009-08-05 国际商业机器公司 Apparatus, system, and method for accessing a database
WO2010012204A1 (en) * 2008-08-01 2010-02-04 华为技术有限公司 Method,device and system for manageming elements
CN101145150B (en) * 2006-09-15 2011-11-02 中国银联股份有限公司 Batch file processing method and system
CN102890712A (en) * 2012-09-07 2013-01-23 佳都新太科技股份有限公司 Method for converting data protocols of database query interface based on multi-stage protocol stack structure
CN103514185A (en) * 2012-06-20 2014-01-15 北京四维图新科技股份有限公司 Method and device for managing access to database files in multiple updated areas of navigation map
CN103532959A (en) * 2013-10-21 2014-01-22 济南政和科技有限公司 Cross-platform network communication method
CN103902677A (en) * 2014-03-21 2014-07-02 西安理工大学 Cross-platform database access method
CN108600330A (en) * 2018-03-29 2018-09-28 努比亚技术有限公司 Deferred information method for pushing, equipment and computer readable storage medium
CN108984623A (en) * 2018-06-14 2018-12-11 东软集团股份有限公司 Data query conditions generation method, device, storage medium and electronic equipment
US10176204B2 (en) 2010-10-12 2019-01-08 Clinicomp International, Inc. Scalable computer arrangement and method
CN109492138A (en) * 2018-10-22 2019-03-19 中国银行股份有限公司 A kind of data query processing method and system
CN109710220A (en) * 2018-12-12 2019-05-03 平安科技(深圳)有限公司 Relevant database querying method, device, equipment and storage medium
CN109857762A (en) * 2019-01-29 2019-06-07 腾讯科技(深圳)有限公司 Subscriber data processing method shares message treatment method and computer equipment
CN104809150B (en) * 2010-10-12 2019-07-30 科林尼克姆国际公司 Standardized database access system and method
CN114138714A (en) * 2022-02-08 2022-03-04 上海金仕达软件科技有限公司 Data migration method and device, storage medium and electronic equipment

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100452040C (en) * 2005-01-11 2009-01-14 国际商业机器公司 System and method for database query
CN100464329C (en) * 2005-06-14 2009-02-25 联想(北京)有限公司 Construction method for dynamic structured query language statement
CN100524309C (en) * 2005-11-08 2009-08-05 国际商业机器公司 Apparatus, system, and method for accessing a database
CN101145150B (en) * 2006-09-15 2011-11-02 中国银联股份有限公司 Batch file processing method and system
WO2010012204A1 (en) * 2008-08-01 2010-02-04 华为技术有限公司 Method,device and system for manageming elements
US11003657B2 (en) 2010-10-12 2021-05-11 Clinicomp International, Inc. Scalable computer arrangement and method
CN104809150B (en) * 2010-10-12 2019-07-30 科林尼克姆国际公司 Standardized database access system and method
US10176204B2 (en) 2010-10-12 2019-01-08 Clinicomp International, Inc. Scalable computer arrangement and method
CN103514185B (en) * 2012-06-20 2017-09-29 北京四维图新科技股份有限公司 The database file access management method and device of the multiple update area of navigation map
CN103514185A (en) * 2012-06-20 2014-01-15 北京四维图新科技股份有限公司 Method and device for managing access to database files in multiple updated areas of navigation map
CN102890712A (en) * 2012-09-07 2013-01-23 佳都新太科技股份有限公司 Method for converting data protocols of database query interface based on multi-stage protocol stack structure
CN103532959A (en) * 2013-10-21 2014-01-22 济南政和科技有限公司 Cross-platform network communication method
CN103902677B (en) * 2014-03-21 2017-07-28 西安理工大学 A kind of cross-platform data bank access method
CN103902677A (en) * 2014-03-21 2014-07-02 西安理工大学 Cross-platform database access method
CN108600330A (en) * 2018-03-29 2018-09-28 努比亚技术有限公司 Deferred information method for pushing, equipment and computer readable storage medium
CN108984623A (en) * 2018-06-14 2018-12-11 东软集团股份有限公司 Data query conditions generation method, device, storage medium and electronic equipment
CN108984623B (en) * 2018-06-14 2020-11-03 东软集团股份有限公司 Data query condition generation method and device, storage medium and electronic equipment
CN109492138A (en) * 2018-10-22 2019-03-19 中国银行股份有限公司 A kind of data query processing method and system
CN109710220A (en) * 2018-12-12 2019-05-03 平安科技(深圳)有限公司 Relevant database querying method, device, equipment and storage medium
CN109710220B (en) * 2018-12-12 2023-08-22 平安科技(深圳)有限公司 Relational database query method, relational database query device, relational database query equipment and storage medium
CN109857762A (en) * 2019-01-29 2019-06-07 腾讯科技(深圳)有限公司 Subscriber data processing method shares message treatment method and computer equipment
CN114138714A (en) * 2022-02-08 2022-03-04 上海金仕达软件科技有限公司 Data migration method and device, storage medium and electronic equipment

Also Published As

Publication number Publication date
CN1282111C (en) 2006-10-25

Similar Documents

Publication Publication Date Title
CN1282111C (en) Across-platform data base researching method
US10545981B2 (en) Virtual repository management
US7949687B1 (en) Relational database system having overlapping partitions
US20070192374A1 (en) Virtual repository management to provide functionality
CN101046821A (en) Generic database manipulator
CN100594497C (en) System for implementing network search caching and search method
CN1755677A (en) System and method for scoping searches using index keys
CN1975731A (en) System and method for managing access to data in a database
CN101043379A (en) Network management apparatus and network management method
CN1717686A (en) Automatic data consolidation
CN1645372A (en) Universal constraining realizing method for real-time internal memory database
CN1949216A (en) Information searching method
CN1255748C (en) Metadata hierarchy management method and system of storage virtualization system
US20020169940A1 (en) System and method for using memory mapping to scan a master file table
CN1317662C (en) Distribution type file access method
CN1430148A (en) Method of storing and accessing embedded database
US7509359B1 (en) Memory bypass in accessing large data objects in a relational database management system
CN1266601C (en) Performance optimization method for voice value added service system
CN111459929A (en) Multi-source data linking and collaborative sharing method based on peer-to-peer mode
CN1299104A (en) Personal optical disk library system and its automatic data processing method
WO2004077216A2 (en) System and method for heterogeneous data migration in real-time
CN1776686A (en) Position-based interface access method and device for FAT file system
Zhang et al. Employing intelligence in object-based storage devices to provide attribute-based file access
EP1979817B1 (en) Virtual repository management to provide functionality
CN1838813A (en) Method for checking transmission channel collocation parameter

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: JINJIANG HIGH-TECH DEVELOPMENT OFFICE

Free format text: FORMER OWNER: ZTE CORPORATION

Effective date: 20131107

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 518057 SHENZHEN, GUANGDONG PROVINCE TO: 362200 QUANZHOU, FUJIAN PROVINCE

TR01 Transfer of patent right

Effective date of registration: 20131107

Address after: Jinjiang City, Fujian province 362200 Chongde road Quanzhou City No. 283 friends Jade Technology Building

Patentee after: Jinjiang high and new technology development office

Address before: 518057 Department of law, Zhongxing building, South Science and technology road, Nanshan District hi tech Industrial Park, Shenzhen

Patentee before: ZTE Corporation

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20061025

Termination date: 20170515