A recordset object gives you access to all the selected records.
资料录集物件让您可存取所有选取的资料录。
How to pass parameter information to a recordset object at run time.
在运行时向记录集传递参数信息的方式。
When you finish using the recordset object, you close and destroy it.
记录集对象使用完毕后,请关闭并且销毁它。
With the database classes, you use a recordset object to select and access the result set.
通过数据库类,可以使用记录集对象来选择和访问结果集。
Provide dialog data exchange (DDX) between the form controls and the associated recordset object.
在窗体控件与关联的记录集对象之间提供对话框数据交换 (DDX)。
At the same time, a recordset object represents only one of the selected records, the current record.
资料录集物件在相同时间内只能表示一笔选取的资料录,即目前资料录。
Note: An error will occur if the Recordset object does not support bookmarks or backward cursor movement.
注意:如果记录集对象不支持书签或不能向后移动指针,那么将产生错误。
RFX and DFX move data between the current record of the data source and the field data members of a recordset object.
RFX和DFX在数据源的当前记录和记录集对象的字段数据成员之间移动数据。
By default, a record view is associated with a single recordset object, whose fields are mapped to the record view's controls.
预设状态下,资料录检视仅与一个资料录集物件有关联性,其栏位会对应至资料录检视的控制项。
The join operation, a common data-access task, lets you work with data from more than one table using a single recordset object.
联接操作(一个通用的数据访问任务)使您得以使用一个记录集对象处理来自多个表的数据。
For this purpose we will define a Recordset object which will store the returned rows and in addition will let you manipulate these rows.
了实现此目的,我们定义了一个Recordset对象,它会存储返回的记录行,且让你能够操纵这些记录行。
Sometimes you might want to put a list box or combo box control in your record view and fill it with values from a second recordset object.
有时您可能想要将清单方块或下拉式方块控制项放入资料录检视,并以第二个资料录集物件填入值。
The mysql_fetch_field() function returns an object containing information of a field from a recordset.
函数的作用是:从结果集中取得列信息并作为对象返回。
The mysql_fetch_object() function returns a row from a recordset as an object.
函数的作用是:从结果集中取得一行作为对象。
Construct an object of your recordset class.
建构资料录集类别的物件。
Construct an object of your recordset class.
建构资料录集类别的物件。
应用推荐