You can parameterize any recordset.
可以参数化任何记录集。
Construct an object of your recordset class.
建构资料录集类别的物件。
This topic explains how to sort your recordset.
本主题说明如何对记录集排序。
You make queries and updates using recordset objects.
使用记录集对象进行查询和更新。
When and why you might want to parameterize a recordset.
可能需要参数化记录集的场合和原因。
Specify whether the recordset is read-only or append-only.
指定资料录集是唯读或仅能附加的。
How to declare parameter data members in your recordset class.
在记录集类中声明参数数据成员的方式。
A recordset object gives you access to all the selected records.
资料录集物件让您可存取所有选取的资料录。
Cannot retrieve parameter information for the selected recordset.
无法对选定的记录集提取参数信息。
Your role in recordset updating and what the framework does for you.
您在资料录集更新时的角色和架构所提供的功能。
Recordset objects, which are sets of records that behave as objects.
记录集是记录的集合,行为类似于对象。
IDT contains interrupt number and recordset made up of ISR addresses.
IDT是包含中断号和ISR地址组成的记录集。
The mysql_result() function returns the value of a field in a recordset.
函数的作用是:返回结果集中的字段值。
The mysql_field_name function returns the name of a field in a recordset.
函数的作用是:取得结果中指定字段的字段名。
The mysql_field_seek() function jumps to a specified field in a recordset.
函数的作用是:跳到一条记录中制定的字段。
This method is used when you are working on a Recordset in batch update mode.
你可以使用这个方法对记录集中的记录进行批量更新。
The mysql_fetch_object() function returns a row from a recordset as an object.
函数的作用是:从结果集中取得一行作为对象。
The most important members of your recordset class are the field data members.
栏位资料成员是您的资料录集类别中最重要的成员。
The mysql_fetch_row function returns a row from a recordset as a numeric array.
函数的作用是:从结果集中取得一行作为数值型数组。
It can also move updated data back to the recordset and then to the data source.
它还可以将已更新的数据移回记录集,然后再移动到数据源。
To be able to read database data, the data must first be loaded into a recordset.
要读取数据库中的数据,首先得将数据加载进一记录集中。
Specifies support for storing database or recordset objects in documents and views.
指定支持在文档和视图中存储数据库或记录集对象。
The recordset as an edit buffer and the differences between dynasets and snapshots.
资料录集是编辑缓冲区和 动态集和快照集间的差异性。
The mysql_field_len() function returns the maximum length of a field in a recordset.
函数的作用是:返回一定记录中指定字段的长度。
If your recordset is a snapshot, edits do not show up until you requery the snapshot.
如果您的记录集是快照,则在您再次查询快照时所做的编辑才可见。
The mysql_fetch_assoc function returns a row from a recordset as an associative array.
函数的作用是:从结果集中取得一行作为关联型数组。
This recordset is then used to iterate through the search results to display a given subset.
然后,使用此记录集迭代遍历搜索结果以显示给定的子集。
The original sublist relationship is not correct for this new recordset. Please correct it.
原始的子列表关系对此新记录集而言不正确,请更正它。
Why would a query that returns 835 records in Access, return an empty recordset in VBA code?
为什么一个查询,它返回835条记录的访问,返回一个空记录集在VBA代码?。
In a recordset, you can combine fields only from tables, views, and non-parameterized queries.
在记录集中,只能对表、视图和非参数查询中的字段进行组合。
应用推荐