This recordset is then used to iterate through the search results to display a given subset.
然后,使用此记录集迭代遍历搜索结果以显示给定的子集。
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).
假定没有发生异常,生成的记录集通过模板变量 $t['records']传输到AdminIndexSuccess 模板并在一个干净的HTML表中显示(参见 清单19)。
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.
在服务器端,使用记录集的pagesize属性将搜索结果分割成区块,以限制在浏览器中同时显示的结果数。
This is more efficient than opening a recordset and performing the updates or deletions one record at a time.
这比打开一个记录集,一次更新或删除一条记录效率更高。
The original sublist relationship is not correct for this new recordset. Please correct it.
原始的子列表关系对此新记录集而言不正确,请更正它。
Specifies support for storing database or recordset objects in documents and views.
指定支持在文档和视图中存储数据库或记录集对象。
Why would a query that returns 835 records in Access, return an empty recordset in VBA code?
为什么一个查询,它返回835条记录的访问,返回一个空记录集在VBA代码?。
Cannot retrieve parameter information for the selected recordset.
无法对选定的记录集提取参数信息。
You can also use it to provide an easy to use ADO recordset browsing UI with absolutely minimal code.
您也可以使用它来提供易于使用的ADO记录集浏览的用户界面与绝对最低限度的代码。
How to first create a database connection, then a recordset, and then display the data in HTML.
如果建立数据库连接以及记录集,并在HTML中显示数据。
If your recordset is a snapshot, edits do not show up until you requery the snapshot.
如果您的记录集是快照,则在您再次查询快照时所做的编辑才可见。
It can also move updated data back to the recordset and then to the data source.
它还可以将已更新的数据移回记录集,然后再移动到数据源。
The join operation, a common data-access task, lets you work with data from more than one table using a single recordset object.
联接操作(一个通用的数据访问任务)使您得以使用一个记录集对象处理来自多个表的数据。
The recordset object's field data members, taken together, constitute an edit buffer that holds the selected columns of one record.
将记录集对象的字段数据成员集合在一起组成一个编辑缓冲区,保持一条记录的选定列。
The record view and its recordset are destroyed when you close the document.
当关闭文档时,也就销毁了记录视图和它的记录集。
You make queries and updates using recordset objects.
使用记录集对象进行查询和更新。
You can parameterize any recordset.
可以参数化任何记录集。
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.
反过来,记录集使用记录字段交换(RFX)在它的字段数据成员和数据源上表中相应的列之间移动数据。
The framework loads the record into the field data members of the recordset.
框架将记录加载到记录集的字段数据成员中。
Rather than accepting this default, you can substitute another recordset type.
如果不接受该默认设置,可以用另一种记录集类型替换。
The values of this record's fields are stored in the recordset object's field data members.
该记录的字段值存储在记录集对象的字段数据成员中。
If your recordset is a dynaset, edits to existing records by other users do show up in your dynaset when you scroll to the affected record.
如果您的记录集是动态集,则当您滚至受影响的记录时,其他用户对现有记录的编辑在您的动态集中可见。
Similarly, the updates of other users during the lifetime of your recordset affect you.
同样,其他用户在您的记录集的生存期内所做的更新也将影响您。
Specifies whether the recordset is a dynaset (default) or a snapshot.
指定记录集是动态集(默认)还是快照。
Or, you can specify a forward-only recordset, which allows only forward scrolling, one record at a time.
或者可以指定仅向前记录集,该记录集只允许向前逐个滚动记录。
IDT contains interrupt number and recordset made up of ISR addresses.
IDT是包含中断号和ISR地址组成的记录集。
Note: An error will occur if the Recordset object does not support bookmarks or backward cursor movement.
注意:如果记录集对象不支持书签或不能向后移动指针,那么将产生错误。
Records added by other users after you open the recordset do not show up in your recordset unless you requery.
除非您再次查询,否则在您打开记录集之后由其他用户添加的记录不会显示在您的记录集中。
Test whether the recordset allows requerying and refresh the recordset's contents.
测试记录集是否允许再次查询并刷新记录集的内容。
How to declare parameter data members in your recordset class.
在记录集类中声明参数数据成员的方式。
应用推荐