一、 作为英语词汇:
recordset指的是记录集对象;资料集;资料录集。recordset例句:
1. This topic explains how to sort your recordset. 本主题说明如何对记录集排序。
2. In this case, the recordset contains records for all senior students. 在此例中,记录集包含所有高年级学生的记录。
column指的是列;专栏;行。column例句:1. Note that this name must be the name of a column in the table. 请注意,此名称必须是列在表中的名称。
2. Click a cell in a blank table column that you want to turn into a calculated column. 单击要转换为计算列的空表格列中的一个单元格。
二、 在VB中:
Recordset (数据集)属性: 对部分 描述 object 对象表达式,其值是“应用于”列表中的对象,就是说数据库中所有的表、记录要通过它打开和操作。
Columns(列)属性:用来定义列表框中的列的数,当值是 0 时,所有项目呈单列;当是 1 或者大于 1时 ,项目则会呈多列显示。Columns 属性只能在界面设置时指定。
标签:Recordset