导航菜单

recordset是什么意思_翻译中文_怎么读

record set

美式发音: ['rekɒdset] 英式发音: ['rekɒdset]

un.记录集合

网络释义:记录集对象;资料集;资料录集

网络释义

un.1.记录集合

1.记录集 Recording Head 磁头 recordset 资料录集 recordset object Recordset 物件 ...

5.记录集合建立记录集合Recordset)对象,用方法Open打开对象,同时修改对应的数据set rs=server.createobject("adodb.recordset") …

6.数据集对象使用命令行对象来查询数据库并 返回数据集对象Recordset)形式的查询结果。命令行对象指定变量、参数以及可选项来完 …

例句释义:,记录集合,记录集对象,资料集,资料录集

1.To be able to read database data, the data must first be loaded into a recordset.要读取数据库中的数据,首先得将数据加载进一记录集中。

2.Take precautions against trying to fill a control from a recordset with a large number of records.使用包含大量资料录的资料录集填入控制项时要特别小心。

3.A recordset constructs a SQL statement by building up the pieces of a SQL statement into a CString.记录集通过将一个SQL语句的片断生成CString来构造SQL语句。

4.The exception is a database join , in which one recordset represents columns from two or more tables .例外情况是数据库联接,其中一个记录集表示来自两个或多个表的列。

5.A cursor is a mechanism used for keeping track of its position in a recordset.游标是用于在记录集中跟踪其位置的一种机制。

6.An example of a recordset based on a table is "all customers, " which accesses a Customer table.基于表的记录集示例是“所有客户”,它访问一个“Customer”表。

7.For a filtered recordset without parameters, the SELECT statement must be processed each time you Requery with a new filter value.对于没有参数的已筛选记录集,每次用新的筛选值Requery时都必须处理SELECT语句。

8.Faster Database Access: The REALbasic database API is now significantly faster when iterating through a recordset using the Field function.更快的数据库访问:在记录集中使用Field函数迭代的时候,REALbasic数据库API的速度现在显著提高。

9.After an ADO Database Connection has been created, as demonstrated in the previous chapter, it is possible to create an ADO Recordset.在如上一章节所演示的,建立一ADO数据库连接后就能够建立一ADO记录集。

10.This section describes the sequence of RFX events as a recordset object is opened and as you add, update, and delete records.本节描述打开记录集对象时以及添加、更新和删除记录时RFX事件的顺序。