小妹的毕业设计在大家的关照下已经初步完成,今天刚把论文写完,下面是摘要的中英文对照版,因我本科专业不是计算机,可能有些术语应用的不够准确,望大家提出修改意见。谢谢摘   要
数据库系统是对数据进行存储、管理、处理和维护的软件系统,是现代计算机环境中一个核心成分。随着计算机硬件、软件技术的飞速发展和计算机系统在各行业的广泛应用,数据库系统的应用发展尤其迅速。目前,关系数据库已经成为主导的数据库产品,Oracle数据库系统在其中发挥了重要作用。而作为优秀的编程语言,Delphi以强大的数据技术支持,成为开发Oracle数据库的众多工具中,最亮眼的一颗明星。
本文基于作者的毕业设计,探讨了利用Delphi开发ORALCE数据库期间的一些核心技术,分别是:
1. Delphi的数据库连接机制;
2. Oracle8i的安装以及对数据库下模式对象的理解;
3. Oracle数据库的用户管理及安全机制;
4. Delphi应用程序和数据库的数据交换和数据显示问题;
5. Delphi应用程序对于二进制大对象(BLOB)存取的处理;
最后,还探讨了利用INDEX SERVER+ASP建立查询引擎的方法。关键词:Delphi,Oracle,客户端/服务器体系结构,ODBC,BDE,BLOB,OLE,INDEX SERVER,ASPAbstract
Database system is a software system for storing, managing, processing and maintaining of data. It is a core component of modern computer system. With the rapid development of computer technology and the wide application of computer system in variant areas, the development of database system application is especially fast. In recent years, relational database is the main database product, and Oracle database system plays an important role in the et. As an excellent programming language, Delphi is the most brilliant star in so many development tools for Oracle database application, because of its powerful support for database system.Based on the author’s graduate design, this paper discusses some essential techniques in developing Oracle application with Delphi, including:
1. The database connection mechanisms of Delphi;
2. The installation of Oracle 8i and the concept of pattern object in database system;
3. The user management and secure mechanism of Oracle database;
4. The data exchange between application and database and the display of data;
5. The processing of BLOB data in Delphi application.At last, this paper introduces the method of founding a search engine using Index Server and ASP. Key words: Delphi, Oracle, Client/Server architecture, ODBC, BDE, BLOB, OLE, INDEX SERVER, ASP