Access数据库,access database
1)access databaseAccess数据库
1.Management of Sugarcane Industry Technical Data with MS Access Database System;甘蔗糖业技术资料的Access数据库管理
2.Application of Access database in basic scientific management;Access数据库在基层科研管理工作中的应用
3.Study on Access Database of Forestry Geographic Information System;林业地理信息系统中Access数据库研究
英文短句/例句

1.Dynamic Creation and Compression of Access Database;动态创建、压缩Access数据库
2.Comparison between Access Data Base and SQL Server Data BaseAccess数据库与SQL Server数据库主要功能的比较
3.Access DataBase Read and Write OLE Object;Access数据库中OLE对象的读写操作
4.Application of Microsoft Access in Checking Data of Reducing Fishing Vessels;Access数据库在审核减船资料中的应用
5.Method to Visit Access Database with ADO in VB. NET;在VB.NET中用ADO访问Access数据库的方法
6.The Non-access Database Programme and Application in VB;VB中非Access数据库编程及应用
7.VB Programming of NON-Access Data Bank via DAO Regulation;调用DAO对非Access数据库的VB编程
8.The method of ASP connecting with Microsoft Access;ASP与Access数据库的连接方法
9.The operation of Access Database with Data Control in the Visual Basic;在Visual Basic中用Data控件操作Access数据库
10.Remote Access of Access Database Based on C#基于C#的远程存取Access数据库
11.Integrity Checking in Database of MS AccessAccess数据库的完整性控制策略
12.Implementation of Flash Accessing to Access Database Based on ASP基于ASP的Flash与Access数据库数据通讯的实现
13.Encryption and Access of PowerBuilder Transaction Object Parameters Based on Access Database基于Access数据库的PowerBuilder事务对象参数加密与存取
14.Chinese bamboo Website Access database establishment on the basis of web technology基于Web技术的中国竹子网Access数据库建设
15.Construction of Microsoft Access Database and Related Clinical Study on Hepatocellular Carcinoma;原发性肝癌Access数据库建立及临床相关研究
16.Make use of ASP and the Access data base to make local area network examination system;利用ASP和Access数据库制作局域网考试系统
17.The Application of Access Data Base in the Enrollment Management System in Higher Education Institution;Access数据库在高校招生管理系统中的应用
18.Design of Building Management System Based on Access Database;基于Access数据库技术的物业管理信息系统开发
相关短句/例句

Access[英]['?kses][美]['?ks?s]Access数据库
1.A Method for Inquiring Connecting-rod Curves of Five-bar and Similar Four-bar Mechanism by Access;基于Access数据库的类四杆五杆机构连杆曲线查询
2.Based on B/S Model Access Database Security Problem and Keep Away Measure;基于B/S模式的Access数据库安全问题及防范措施
3.A new method is proposed in this paper to realize data communication between VB and Matlab based on Microsoft Access.基于此本文提出一种利用Microsoft Access数据库实现VB与Matlab数据交换的方法,在程序设计中可充分利用两种软件的优势,可以大大缩短软件开发周期,为含复杂数学计算的可视化软件设计提供了一种可选的方案。
3)Access data baseAccess数据库
1.Higher education institution can design a general data base diagram which isn′t dependent on present data base based on access data base system,which can contribute to output the notice and envelop format that is suitable for the reality of the school,and its material operation include:openning data base,setting up the relationship between diagrams,etc.基于Access数据库系统可设计出一个不依赖于当前数据库的通用数据库报表,方便输出符合学校实际的通知书和信封的格式。
4)Ms Access Data BaseMs Access数据库
5)Microsoft Access 2000 DatabaseMicrosoft Access 2000数据库
1.The application of the Microsoft Access 2000 Database in the data processing system of physical chemistry experiment;Microsoft Access 2000数据库在《物理化学实验》数据处理系统中的应用
6)MS Jet (Access) databaseMS Jet(Access)数据库
延伸阅读

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编程。