1)database table数据库表
1.The data form involved in calculating is turned into database table so that the programme can employ it.介绍使用数据库表化方法,将计算中涉及的数据表格转化为数据库表以便程序访问,再利用VB强大的数据库编程功能编制了冷负荷计算软件;通过例题试算展示了编制软件的主要功能;该软件具有准确适用和易用性,并可避免繁复易错的人工查表、计算。
2.NET,combine SQL Server database table,adopt the depth spreading recursion algorithm has been realized dynamic navigating tree,and has carried on the analysis of performance to the algorithm.NET提供的TreeView控件,结合SQL Server数据库表,采用深度递归遍历算法实现了动态导航树,并对算法进行了性能分析。
英文短句/例句
1."Choose the database table that contains the data for your organization chart.""选择包含组织结构图数据的数据库表。"
2.Tree s data structure based on the table of relational database;基于关系数据库表树的数据结构研究
3.The Database Export Wizard will now export data to an external database table based on the following selections.“数据库导出向导”将根据下列选择将数据导出到外部数据库表。
4.A Discussion on AutoSum of Omnipotence Numeric Fields in Database or Datasheet数据库表的“万能”数字字段自动求和
5.Re-export the data on the drawing page to the database table.将绘图页上的数据重新导出到数据库表。
6.Methods to Access BLOB Data of Oracle Database in C#在C中存取Oracle数据库表中BLOB数据的方法研究
7.The Database Wizard cannot create the table in the this database.“数据库向导”无法在此数据库中创建表。
8.Select Database and Table: Select the Database and Table/Cube which contains the data you want.选择数据库和表: 请选择包含所需数据的数据库和表/多维数据集。
9.The configuration registry database is corrupt.配置注册表数据库损坏。
10.database diagram: A graphical representation of any portion of a database schema.数据库图表:数据库架构中任何部分的图形表示。
11.Some database objects on your diagram may require attention.请注意数据表中的某些数据库对象。
12.Select the Database and Table which contains the data you want.请选择包含所需数据的数据库和表。
13.Design of User-defined Data Table Based on Existent Database;基于基础数据库自定义数据表的设计
14.“Rank” field auto-generation in table or database files;表/数据库文件中名次数据的自动添加
15.Database explorer for drag and drop database development and table modification数据库 Explorer 用于数据库开发和表格修正中的拖放
16.Database Explorer for dragging and dropping database development and table modification .数据库Explorer用于数据库开发和表格修正中的拖放。
17.Use list management, pivot table, and data access facilities使用数据库记录单、数据透视表、和数据管理
18.It is only when you fill, or populate, a database with data in tables that it starts to serve a purpose.只有在使用表中的数据填充数据库后,数据库才会有用。
相关短句/例句
database[英]['de?t?be?s][美]['det?'bes]数据库表
1.This paper discusses lengthways summing of numeric fields in every database or datasheet in planar RDBMS.探讨二维关系型数据库管理系统中 ,对任意数据库表或自由表数值字段纵向求和的问
3)list/database表/数据库
4)data entry database ,DEDB数据表目数据库
5)Database Report Form数据库报表
6)database of reports报表数据库
延伸阅读
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编程。