1)database application数据库应用
1.Discussion of Teaching Reformation of Database Application Course《数据库应用》课程教学改革初探
2.Pocket PC is a new kind of computation platform based on which the development of database application program is of practical significance.Pocket PC是一种新的移动计算平台,基于该平台的数据库应用程序的开发具有很大的实用价值。
3.A new method is introduced in database application which combines programming with data table in secrecy, while various limits of authority are graded according to some situations under powerbuilder environment.设计了一种新的方法 :通过对访问数据的人员权限进行分级 ,使用编写程序与数据表加密相结合的方法来有效地加强数据库应用的安全性 ,并用实例验
英文短句/例句
1.Use VFP & SQL SERVER to Set up Data Base Applicaton System;用VFP与SQL SERVER构建c/s数据库应用系统
2.Developing database application in VC using ADO;在VC中使用ADO开发数据库应用程序
3.Realizing the Design for Applied System of Network Database by ASP;用ASP实现网络数据库应用系统的设计
4.Application of the Database in Authorware;Authorware中数据库的应用
5.Performance Issues About Using XML in ORACLE Database Application;XML在ORACLE数据库中的应用
6.Specify an existing database as the application data source.指定现有数据库为应用程序数据源。
7.Data warehouse is a representative application of data integration.数据仓库是数据集成的一个典型应用。
8.Selection of data mart in the application of medical data warehouse to hospital数据集市——医院数据仓库应用中的选择
9.The Research and Application of Data Preprocessing in XML Data Warehouse;XML数据仓库的数据预处理研究与应用
10.The Research and Application of Data Synchronization on Distributed Database;分布式数据库数据同步的研究与应用
11.Research and Application on the Metadata in the Data Warehouse;数据仓库系统中元数据的研究与应用
12.Evaluation and Realization of Data Quality of Data Warehouse;数据仓库数据质量评价研究及其应用
13.Application of Data Warehouse and Data Marts;数据仓库与数据集市的应用技术研究
14.Virtual Database and Its Application to the Data Integration;虚拟数据库及其在数据集成中的应用
15.Database Storage and Application of Traffic Flow Data交通车流量数据的数据库存储及应用
16.Research and Application of the Web Database and Data Warehouse;WEB数据库和数据仓库技术的研究与应用
17.The Application of Object-oriented Relational Database in Multimedia Database面向对象关系数据库在多媒体数据库的应用
18.Analysis of the security of the data encryption techniques应用数据加密技术对数据库数据加密的探讨
相关短句/例句
application of database数据库应用
3)database application system数据库应用系统
1.Setting principles of key code attribute in database application system;数据库应用系统中关键代码属性的设置原则
2.The application of rule-based data verifying in database application system;基于规则的数据校验在数据库应用系统中的实现
3.Designing and realizing of common authority management in Database application system;数据库应用系统通用权限管理的设计与实现
4)Application of OracleOracle数据库应用
5)Database application数据库应用程序
1.Developing database application by JDBC;开发JDBC数据库应用程序
2.In view of database application from one-tier architecture to multi-tier architecture, this paper analyzes the tiered models of the access to database by database application.针对数据库应用程序结构由单层发展到多层的情况,分析了数据库应用程序访问数据的层次模型,就数据的完整性约束在各个层次上的实现进行了探讨,并在数据库、数据模块和用户接口三个层次上给出了具体方法,从而可在访问数据的不同时机,多层次地维护数据的完整性。
6)application software for database数据库应用软件
延伸阅读
ACCESS数据库 什么是Access数据库 数据库是有结构的数据集合,它与一般的数据文件不同,(其中的数据是无结构的)是一串文字或数字流。数据库中的数据可以是文字、图象、声音等。 MicrosoftAccess是一种关系式数据库,关系式数据库由一系列表组成,表又由一系列行和列组成,每一行是一个记录,每一列是一个字段,每个字段有一个字段名,字段名在一个表中不能重复。图1是一个“产品”表的例子。“产品”表由10个记录组成,一个记录占一行,每一个记录由产品ID、产品名称、库存量、订货量、单价和折扣率6个字段组成。“产品ID”是字段名,其下面的1,2等是字段的值。 表与表之间可以建立关系(或称关联,连接),以便查询相关联的信息。Access数据库以文件形式保存,文件的扩展名是DB。 Access97的6种对象 Access97数据库由六种对象组成,它们是表、查询、窗体、报表、宏和模块。 表(Table)——表是数据库的基本对象,是创建其他5种对象的基础。表由记录组成,记录由字段组成,表用来存贮数据库的数据,故又称数据表。 查询(Query)——查询可以按索引快速查找到需要的记录,按要求筛选记录并能连接若干个表的字段组成新表。 窗体(Form)——窗体提供了一种方便的浏览、输入及更改数据的窗口。还可以创建子窗体显示相关联的表的内容。窗体也称表单。 报表(Report)——报表的功能是将数据库中的数据分类汇总,然后打印出来,以便分析。 宏(Macro)——宏相当于DOS中的批处理,用来自动执行一系列操作。Access列出了一些常用的操作供用户选择,使用起来十分方便。 模块(Module)——模块的功能与宏类似,但它定义的操作比宏更精细和复杂,用户可以根据自己的需要编写程序。模块使用VisualBasic编程。
