运行该应用程序将在窗口中显示来自数据源的数据,并允许您浏览数据记录并根据需要进行修改。
Running the application displays the data from the data source in the form, and allows you to browse through the records and modify the data as needed.
尽管整合服务器可以处理单个记录,但大多数实现的目标是将不同数据源的大量数据移动到一个或多个目标。
Although a consolidation server can process single records, most implementations are targeted to move large amounts of data from various sources to one or more targets.
请考虑一下缺少权威性的可信的数据源或单一记录系统,会怎么样?
Consider the lack of an authoritative, trusted source or single system of record as an illustrative example.
框架查询两个元数据源:活动记录模型和每个模型对象的定制元数据文件。
The framework queries two sources of metadata: the Active Record model and a custom metadata file for each model object.
适配器探测事件表以便得到事件记录,从相应的数据源中检索相关的事件数据,然后创建ASBO并把它发送到集成代理上。
The adapter polls the event table for event records, retrieves associated event data from the corresponding data source, and creates and sends ASBO's to the integration broker.
注意,您需要非常小心地设置复制活动,以便两个数据源中的记录列表将以完全相同的顺序处理。
Note that you need to be very careful setting up your replication activity, so that the record lists in the two data sources are processed in the exact same order.
在数据挖掘软件出现前,不同的商业从记录数据源中收集信息。
Before this data mining software came into being, different businesses used to collect information from recorded data sources.
脏记录列表将使用大型的批事务写入到数据源中。
The dirty record list is written to the data source using a large batch transaction.
类似地,SproutCore数据源api支持对单个记录进行操作,尽管这在本例中不能实现。
Similarly, the SproutCore data source API supports operations on individual records, though none of these have been implemented in this example.
您需要做的就是为Datastore定义您的记录和数据源,如清单2所示。
All you need to do is define your records and the data source for the Datastore, as shown in Listing 2.
在此例中,Information Integrator用于合并来自文件系统记录、Oracle和DB 2数据源的数据。
In the example, Information Integrator is used to merge data from file system records, Oracle, and DB2 data sources.
正如我们已经提到的,我们希望将消息记录在DB 29中,所以必须指示MessageLogger基元使用我们先前创建的新数据源。
As we mentioned already, we want to log messages in DB2 9, so we have to tell the message Logger primitive to use the new data source we created earlier.
为了识别将支持仓库数据模型和业务需求的数据源(业务内部和外部的),您需要记录所有的数据源。
To identify the data sources (both internal and external to the business) that will support the warehouse data models and business requirements, you need to document all the data sources.
通过优化数据源提高OLAP系统的性能,文章详细介绍了优化数据库、聚合及采用记录客户查询的方法。
The paper introduces optimizing data sources to improve the performance of a OLAP system and the methods of optimizing database, aggregation and memorizing client record query.
数据源涉及到设备的设计信息、运行信息、维修信息、定期试验记录等。
The data source involved the design information of the equipments, the operation information, the maintenance information and periodically test record, etc.
在空间数据的更新过程中,需要利用多种数据源对现有数据进行更新,这样可能会导致在获得的空间数据中出现重复记录。
During the course of updating of spatial data, we need to use kinds of data sources, which may lead to duplicate records.
该驱动程序与DBMS进行通信以执行数据源中的选项并获取第一个记录。
The driver communicates with the DBMS to carry out the selection on the data source and fetches the first record.
当需要从数据源选择记录时,打开动态集或快照对象。
Open a dynaset or snapshot object when you need to select records from a data source.
扩展到明细允许你查询来自被选单元格中包括计算合计的数据源的记录行。
Expand to detail allows you to query for the rows from the source data that were included for calculating the aggregated value in the selected cell.
您可以将广告信息存储在具有特定架构的数据库表中,然后在运行时使用数据源控件读取广告记录。
You can store AD information in a database table with a specific schema, and then use a data source control to read the AD records at run time.
编辑数据绑定控件中的值时,用户必须离开当前记录才能将更新后的值提交给该控件绑定到的基础数据源。
When editing values in data-bound controls, users must navigate off the current record to commit the updated value to the underlying data source that the control is bound to.
第一个方法是立即更新,它意味着一旦你调用Update函数,你对记录集直接实现了修改,且由此影响了数据源。
The first method is immediate update, it does mean that you make changes directly to the recordset and therefore data source as soon as you issue the Update function.
它还可以将已更新的数据移回记录集,然后再移动到数据源。
It can also move updated data back to the recordset and then to the data source.
反过来,记录集使用记录字段交换(RFX)在它的字段数据成员和数据源上表中相应的列之间移动数据。
The recordset, in turn, USES record field exchange (RFX) to move data between its field data members and the corresponding columns in a table on the data source.
本文设计并实现了数据获取系统,主要研究数据获取中的两个关键技术:数据源增量数据获取技术和相似重复记录检测技术。
This paper intends to illustrate the data extracting system design, with focus on two key technologies in data extracting, namely, incremental data extracting and duplicate record detecting.
运行项目时,控件将显示数据源中的第一条记录。
When you run the project, the control displays the first record in the data source.
当定义一个记录集类时,需要指定与之相关的数据源、要使用的表和表的列。
When you define a recordset class, you specify the data source to associate it with, the table to use, and the columns of the table.
如果数据集中的某个记录发生更改,则可以使用该记录的多个副本,包括原始值(即从数据源读取的值)和当前值(即更改后的值)。
If a record has changed in the dataset, multiple copies of the record are available, including the original value (as read from the data source) and current value (after changes).
类库提供了用于在数据源和记录集之间传输多种不同数据类型的rfx函数。
For more information, see the RFX function documentation under Macros and Globals in the Class Library Reference.
获取基础数据源中的总记录数。
应用推荐