You can parameterize any recordset.
可以参数化任何记录集。
This topic explains how to sort your recordset.
本主题说明如何对记录集排序。
You make queries and updates using recordset objects.
使用记录集对象进行查询和更新。
Specify whether the recordset is a dynaset or snapshot.
指定记录集是动态集还是快照。
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_field_seek() function jumps to a specified field in a recordset.
函数的作用是:跳到一条记录中制定的字段。
Changes to a record before you retrieve it are reflected in your recordset.
检索之前对记录所做的更改将在您的记录集中得到反映。
Rather than accepting this default, you can substitute another recordset type.
如果不接受该默认设置,可以用另一种记录集类型替换。
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.
要读取数据库中的数据,首先得将数据加载进一记录集中。
Test whether the recordset allows requerying and refresh the recordset's contents.
测试记录集是否允许再次查询并刷新记录集的内容。
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.
然后,使用此记录集迭代遍历搜索结果以显示给定的子集。
Similarly, the updates of other users during the lifetime of your recordset affect you.
同样,其他用户在您的记录集的生存期内所做的更新也将影响您。
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.
在记录集中,只能对表、视图和非参数查询中的字段进行组合。
How to first create a database connection, then a recordset, and then display the data in HTML.
如果建立数据库连接以及记录集,并在HTML中显示数据。
The name of the corresponding field data member or parameter data member in the recordset class.
资料录集类别内对应的栏位资料成员或参数资料成员之名称。
You can also use it to provide an easy to use ADO recordset browsing UI with absolutely minimal code.
您也可以使用它来提供易于使用的ADO记录集浏览的用户界面与绝对最低限度的代码。
应用推荐