KR20010109248A - new DB - Google Patents

new DB Download PDF

Info

Publication number
KR20010109248A
KR20010109248A KR1020010068449A KR20010068449A KR20010109248A KR 20010109248 A KR20010109248 A KR 20010109248A KR 1020010068449 A KR1020010068449 A KR 1020010068449A KR 20010068449 A KR20010068449 A KR 20010068449A KR 20010109248 A KR20010109248 A KR 20010109248A
Authority
KR
South Korea
Prior art keywords
database
data type
data
selecting
type
Prior art date
Application number
KR1020010068449A
Other languages
Korean (ko)
Inventor
최두
Original Assignee
최두
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 최두 filed Critical 최두
Priority to KR1020010068449A priority Critical patent/KR20010109248A/en
Publication of KR20010109248A publication Critical patent/KR20010109248A/en

Links

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/23Updating

Abstract

본 발명은 컴퓨터 데이터베이스에 관한 새로운 방법에 관한 것으로,The present invention relates to a new method for a computer database,

더욱 상세하게는 기존에 변수명과 자료형의 선택 그자료형의 최대저장범위의 선택으로 구성되어지던 데이터베이스의 구성이나 프로그래밍상의 방법에 관한 것이다.More specifically, it relates to the configuration of the database and programming methods that previously consisted of selecting variable names and data types, and selecting the maximum storage range for that data type.

이를 위하여 본 발명은 자료형의 선택과 더불어 그 자료형의 최대저장범위의 선택으로 일일이 변수에 대입시키야만 했던 기존의 데이터 베이스나 프로그래밍의 단점을 보안하여 변수만의 입력만으로 모든 것을 마치게 하여, 자료형이나 자료형의 최대저장범위를 선택하지 않고서도 데이터 베이스가 알아서 처리하도록 하는 자동화하는데 그특징이 있다.To this end, the present invention secures the disadvantages of the existing database or programming that had to be assigned to a variable by selecting a data type as well as selecting a maximum storage range of the data type, thereby completing everything by inputting only a variable, and a data type or a data type. Its feature is that it automates the database to handle the data without selecting the maximum storage range.

Description

새로운 데이터베이스 {new DB}New database {new DB}

본 발명은 컴퓨터 데이터베이스에 관한 새로운 방법에 관한 것으로,The present invention relates to a new method for a computer database,

더욱 상세하게는 기존에 변수명과 자료형의 선택 그자료형의 최대저장범위의 선택으로 구성되어지던 데이터베이스의 구성이나 프로그래밍상의 방법에 관한 것이다.More specifically, it relates to the configuration of the database and programming methods that previously consisted of selecting variable names and data types, and selecting the maximum storage range for that data type.

일반적으로 기존에는 데이터베이스의 구성상 프로그래밍과 연결되는 변수명뒤에 꼭 자료형을 선택해서 삽입해야만 했다.In general, you had to select and insert a data type after the variable name that is linked to the programming of the database.

그 자료형은 파일의 크기나 문자의 크기등과 맞물려 적당한 자료형을 일일이 삽입해야만 했으며, 또한 그 자료형의 선택뒤에 최대 정장범위에 따라 적당한 자료형을 골라 삽입해야만 했다.The data type had to be inserted into the appropriate data type by interlocking with the size of the file or the size of the character, and after selecting the data type, the appropriate data type was selected according to the maximum suitability range.

그러므로 해서 데이터베이스서버는 최적화가 되질못하고,Therefore, the database server can not be optimized,

프로그래머들은 적당한 자료형을 고르기에 고생을 많이 해야만했다.Programmers had to struggle with choosing the right type.

또한 프로그래밍의 완성시에도 추후에 자료가 너무 많거나 하면 데이터베이스서버에 접속해서 일일이 자료형을 수정해야만 했다.Also, at the end of programming, if there was too much data later, we had to connect to the database server and modify the data type manually.

이모든 문제점들은 모두 데이터베이스에서 변수명과 자료형을 요구했기에 생기는 문제점들이었다.All of these problems were caused by requesting variable names and data types in the database.

본발명은 상기와 같은 문제점을 해소하기위해The present invention to solve the above problems

데이터베이스가 변수명만 읽어들어 입출력을 하고, 그 변수명에 읽어들여지는 즉 입출력되는 웹상의 파일이나 자료들은 그 크기에 따라서 스스로 자동으로 그 크기를 지정하게 하는 것이다.The database reads only variable names and inputs and outputs them, so that the files and data on the web that are read in and out of the variable names are automatically set according to their size.

즉 일일이 입력될 파일의 크기에 따라 정해지는 자료형의 크기를 계산해서 변수뒤에 삽입하는 형식이 아닌In other words, it is not a type that calculates the size of data type determined by the size of the file to be input and inserts it after the variable.

그저 파일을 입력만 하면 데이터베이스 서버가 알아서 최적의 자료형을 삽입하도록 하는 것이다.Just enter the file and let the database server insert the best data type for you.

이렇게 되면 프로그래머들은 데이터베이스 프로그래밍을 할때 일일이 자료형을 고민할필요가 없으며 그저 변수명만 넣어 필요한 변수만 불러 사용하기만 하면 되는 것이다.This way, programmers don't have to worry about data types when programming a database, they just need to use only the variable names and load the variables they need.

또한 파일의 크기에 따른 자효형의 수정도 필요없게 되며It also eliminates the need to modify the file size according to the file size.

데이터베이스 서버또한 최적의상태를 유지하게 되어 속도향상의 효과를 가져올수 있게된다.The database server also maintains its optimal state, resulting in speed improvements.

본발명은 데이터 베이스의 서버의 구조적인 문제점을 지적하여The present invention points out the structural problem of the database server

최적화된 데이터베이스를 구성하고자 하는 요건으로The requirement to configure an optimized database

본 발명의 작용을 상세히 설명하면When explaining the operation of the present invention in detail

프로그래머가 기존 데이터베이스 서버에 자신의 데이터베이스 자료를 삽입하려면Programmers want to insert their database data into an existing database server

먼저 예를 들어 MYSQL, 오라클등등에 프로그램과 연결되는 변수명을 쓰고 그다음 변수명이 받아들일 자료(파일)의 형태에 따라 자료형을 선택하고, 마지막으로 크기에 따라 저장범위에 맞는 형태를 골라 넣는 것이다.First, write the variable name that is connected to the program, for example, MYSQL, Oracle, etc. Next, select the data type according to the type of data (file) to accept the variable name, and finally select the type that fits the storage range according to the size.

그리고 그 자료형이 잘못되었을때는 프로그래머는 데이터베이스의 자료형을 수정해야만 했으며, 일반인들은 데이터베이스 서버를 사용할줄아는 사람에게 문의를 해야만 했습니다.And when the data type was wrong, the programmer had to modify the database type, and the public had to ask someone who could use the database server.

즉 자료형의 삽입이나 수정이 매우번거로운 일이며In other words, inserting or modifying data types is very cumbersome.

한번 생성된 데이터베이스로는 다른곳에 자료형의호환 문제 때문에 쓸수없었던 것입니다.Once created, the database could not be used anywhere due to data type compatibility issues.

그래서 본발명은 자료형을 베이타베이스가 파일의 크기나 형태에 따라서 알아서 쓰게 함으로, 자료형의 선택으로 고민할 필요도 없으며 수정도 필요없으며, 한번생성된 데이터베이스로 다른 타입의 파일도 받아드릴수 있게한것입니다.Thus, the present invention allows the data base to be written by the database according to the size and type of the file, so that you do not have to worry about the choice of the data type and do not need to modify it. is.

이상에서 상술한 바와 같이 본 발명은,As described above, the present invention,

데이터 베이스가 스스로 자료형을 선택하게 함으로써By letting the database choose the data type itself

데이터 베이스서버의 최적화를 시켜 속도향상이라는 점을 꾀할수 있으며It is possible to improve the speed by optimizing the database server.

이 속도향상은 컴퓨터를 다루는 모든 사람들의 바램입니다 .This speedup is the desire of everyone working with computers.

프로그래머의 편리함으로 더욱 다양하고 최적화된 프로그램 생산을 가능케합니다.The programmer's convenience allows for more diverse and optimized program production.

또한 한번생성된 데이터베이스로 여타의 프로그램과의 호환도 가능하게 됩니다.Once created, the database is also compatible with other programs.

이 발명이야 말로 기존 벤처기업들의 수많은 프로그램들과 최적화된 데이터 베이스를 꾸며 많은 기업의 이윤이 될것입니다.This invention will be profitable for many companies by building numerous programs and optimized databases of existing startups.

Claims (1)

청구항1Claim 1 데이터베이스에서, 기존 MYSQL, 오라클등의 데이터베이스에서 요구하던 변수명과 자료형중, 자료형을 쓰지않아도 입력되어지는 파일의 형태와 크기에 따라 스스로 자료형을 삽입하도록한다.In the database, among the variable names and data types required by existing databases such as MYSQL and Oracle, insert the data types according to the type and size of the input file without using the data type. 상기 자료형을 삽입하지 않으므로 프로그래밍때 자료형을 쓰지않도록한다.Since the above data type is not inserted, do not use the data type during programming.
KR1020010068449A 2001-11-05 2001-11-05 new DB KR20010109248A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020010068449A KR20010109248A (en) 2001-11-05 2001-11-05 new DB

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020010068449A KR20010109248A (en) 2001-11-05 2001-11-05 new DB

Publications (1)

Publication Number Publication Date
KR20010109248A true KR20010109248A (en) 2001-12-08

Family

ID=45856110

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020010068449A KR20010109248A (en) 2001-11-05 2001-11-05 new DB

Country Status (1)

Country Link
KR (1) KR20010109248A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013090067A1 (en) * 2011-12-15 2013-06-20 Microsoft Corporation Intelligently recommending schemas based on user input

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013090067A1 (en) * 2011-12-15 2013-06-20 Microsoft Corporation Intelligently recommending schemas based on user input

Similar Documents

Publication Publication Date Title
US6539399B1 (en) Stand alone data management system for facilitating sheet metal part production
CN100461156C (en) Integrated data processing system
US5937402A (en) System for enabling access to a relational database from an object oriented program
US7631298B2 (en) Extensible architecture for project development systems
US5794042A (en) File management apparatus permitting access to portions of a file by specifying a data structure identifier and data elements
US20050091285A1 (en) Promotion and demotion techniques to facilitate file property management between object systems
US8578262B2 (en) Cad-interfaced, automated system for assisting the architectural process
US6889373B2 (en) Program generating support system, program generating method, storage medium and program
KR19990023315A (en) Data processing system and method for generating a link map
DE60209631T2 (en) Method for programming an automation application
CA2398148C (en) System and method for managing bi-directional relationships between objects
US20020078069A1 (en) Automatic file name/attribute generator for object oriented desktop shells
EP1217547A2 (en) Object integrated management system
RU2525743C2 (en) Systems and methods for platform-independent data file transfer
CN108920566A (en) Operating method, device and the equipment of a kind of pair of SQLite database
CN111290748B (en) Method for quickly generating SqlServer database operation code
KR100429514B1 (en) Method and system for data base access of information memory useing management information base in network management protocol
KR20010109248A (en) new DB
KR100673313B1 (en) Method for Weaving Code Fragments using Code Fragment Numbering from Programs
CN111475479B (en) Project file management method and device
KR20020022854A (en) Method for Creating Program Code Automatically Using Pattern and Component
US7222128B2 (en) Method for updating and preserving data when performing a software upgrade
JPH02287823A (en) Control system for system information
JPH08137521A (en) Program management method
Cacace et al. Algraph, the Graphical Interface of Algres

Legal Events

Date Code Title Description
WITN Withdrawal due to no request for examination