现在检查第二个记录集,其中它的日期和事实数据会被添加到查询中。
Now examine this second record set in which date and fact data were added to the query.
无论何种情况,您可以具有相同的数据记录集。
可能有些情况,您想要对根据特定的列值分割的记录集进行一些计算,但是不希望在报表中打印该列。
There may be scenarios where you would like to do some computations on sets of records broken based on particular column values, but would not like to print that column in the report.
使用这些命令能够让报表分成多个相关记录集,使报表更可读和有序。
Using them allows reports to be broken down into multiple sets of related records, making a report more readable and sorted.
如果需要根据某个特定的列值将报表分成多个记录集,那么您可以使用BREAK命令。
If a report needs to be broken into separate sets of records based on a particular column value, then you can use the BREAK command.
COMPUTE可用于在该记录集上执行一些计算。
COMPUTE can be used to perform some computation on that set of records.
要理解为什么得到这样的推荐方法,您可以考虑下面的两个记录集。
To understand why this is recommended, consider the following two record sets.
在这个例子中,Transformer将会处理一个简单的记录集,其中每一个OrderMethod只会返回一个值,从而产生更清晰的分类。
In this case, Transformer will deal with a simple record set in which only one value per order method is returned making category generation efficient.
假定没有发生异常,生成的记录集通过模板变量 $t['records']传输到AdminIndexSuccess 模板并在一个干净的HTML表中显示(参见 清单19)。
Assuming no exceptions occur, the resulting recordset is transferred to the AdminIndexSuccess template through the template variable $t['records'] and displayed in a neat HTML table ( Listing 19).
在服务器端,使用记录集的pagesize属性将搜索结果分割成区块,以限制在浏览器中同时显示的结果数。
On the server side, you use the PageSize property of the recordset to split the search results into chunks to limit the number of results displayed simultaneously in the browser.
如果一个记录集比另一个多,此列中的数据将会继续增加,而另一个显示null,如下所示。
If one record set has more rows than the other, data in that column will continue while nulls will be displayed for the other as seen below.
它可以让完整的记录集用Year和Order方法检索,然后联合到sc列上,它只是运行计数(1、2、3、4,等等)。
This allows the complete record set to be retrieved for both Year and Order method and then stitched together on the sc column which is simply a running count (1, 2, 3, 4, etc.).
记录将存储在记录集中—不基于其类型,而是基于“拥有”记录集的记录的关系。
Records would be stored in sets-not based on their type, but based on their relationship to the record that "owned" the set.
相反,在缓存中一旦进行更新操作,缓存就会跟踪脏记录列表,并定期将当前的脏记录集刷新到数据库中。
Instead, updates occur in the cache, the cache tracks the list of dirty records and periodically flushes the current set of dirty records to the data store.
然后,使用此记录集迭代遍历搜索结果以显示给定的子集。
This recordset is then used to iterate through the search results to display a given subset.
SDP服务保持它自己的SDP数据库,一个包含服务器所提供服务的记录集。
An SDP server maintains its own SDP database, which is a set of service records that describe the services the server offers.
这比打开一个记录集,一次更新或删除一条记录效率更高。
This is more efficient than opening a recordset and performing the updates or deletions one record at a time.
在“按窗体服务器筛选”窗口中,单击要在其中指定条件的字段,只有满足该条件的记录才能包含在筛选过的记录集内。
In the Server filter By Form window, click the field in which you want to specify the criteria that records must meet to be included in the filtered set of records.
如果限制数目太小,就不能对整个记录集进行筛选。
If the limit is too low, you aren′t filtering on a complete set of records.
单击要在其中指定条件的字段,只有满足该条件的记录才能包含在筛选的记录集内。
Click the field in which you want to specify the criteria that records must meet to be included in the filtered set of records.
该方法根据关系表的决定属性值划分记录集,并在每个决定属性值类中检测相似重复记录。
The proposed method partitions record set according to decided attribute values, and then detects approximately duplicate records in each class of decided attribute value.
原始的子列表关系对此新记录集而言不正确,请更正它。
The original sublist relationship is not correct for this new recordset. Please correct it.
为什么一个查询,它返回835条记录的访问,返回一个空记录集在VBA代码?。
Why would a query that returns 835 records in Access, return an empty recordset in VBA code?
指定支持在文档和视图中存储数据库或记录集对象。
Specifies support for storing database or recordset objects in documents and views.
无法对选定的记录集提取参数信息。
Cannot retrieve parameter information for the selected recordset.
您也可以使用它来提供易于使用的ADO记录集浏览的用户界面与绝对最低限度的代码。
You can also use it to provide an easy to use ADO recordset browsing UI with absolutely minimal code.
IDT是包含中断号和ISR地址组成的记录集。
IDT contains interrupt number and recordset made up of ISR addresses.
在记录集类中声明参数数据成员的方式。
How to declare parameter data members in your recordset class.
在记录集类中声明参数数据成员的方式。
How to declare parameter data members in your recordset class.
应用推荐