1) databases abroad

国外数据库
3) External database

外部数据库
1.
According to the different usage methods,multimedia databases are divided into internal databases and external databases.
文章从开发的角度对数据库的概念、种类和发展作了简要的介绍,并根据使用方式的不同将多媒体数据库分为外部数据库和内部数据库两种,并对每类数据库的实现方法做了较系统的介绍。
2.
AutoCAD VBA is a rapid and effective development tool, which can visit external database and control the behavior of AutoCAD by ADO and Automation Objects.
AutoCADVBA是一种快速、有效的开发工具 ,它可以利用ADO(ActiveDataObjects)访问外部数据库 ,利用Automation对象控制AutoCAD的行为。
3.
The database in Authorware is researched and the implementation of external database debug by programs is described.
另外对数据库在Authorware中的引用做了较为深入的研究,并用程序描述在Authorware中怎样实现对外部数据库的调用。
4) Foreign language database

外文数据库
1.
The paper probes into the problem of how to increase the utilization ratio of foreign language databases in college libraries.
本文探讨了如何提高国内高校图书馆的外文数据库的利用率问题。
5) outsourced database

外包数据库
1.
Digital watermark-based authentication of queries in outsourced database;

基于数字水印的外包数据库查询验证
2.
k-mapping cipher index scheme as to character data in outsourced databases

外包数据库中字符数据的k-映射密文索引技术
3.
In outsourced database system, the organizations or individuals outsource their database business to the service provider, which offers mechanisms of creating, storing, updating and querying database to the data owner and the database users, as well as maintaining both the software and hardware of database server.
外包数据库技术是信息系统外包服务的技术基础之一。
6) the linking of 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编程。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条