recordset

美 ['rekɒdset]英 ['rekɒdset]
  • un.记录集合
  • 网络记录集对象;资料集;资料录集

recordsetrecordset

recordset

记录集

记录集recordset)里,怎么判断记录是不是第一条记录呢 如何判断记录集一条记录也没有 请问jsp中怎么判断记录集中无记录?

记录集对象

记录集对象RecordSet):用来保存查询语句返回的结果。命令对象(Command):用来执行SQL语句或者SQL Server储存 …

资料集

符合您资料集 (Recordset) 或资料集 (DataSet) 选取范围准则的资料库记录,会出现在 「测试 SQL 指令」视窗中。在此是选取 …

资料录集

计算机与网络用语中英翻译(五) ... Recording Head 磁头 recordset 资料录集 recordset object Recordset 物件 ...

记录集合

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

数据集对象

使用命令行对象来查询数据库并 返回数据集对象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事件的顺序。
11
Note : When you close the original Recordset none of the copies will be closed . You will have to close the clones one by one . 注意:当你关闭原始记录集时,所有的复版都将被关闭。因此,你不得不逐个地关闭其复版。
12
One of the major differences is that you are not necessarily retrieving the equivalent of a recordset, but an entire schema structure. 其中一个主要区别在于您不必检索某个记录集的等值,而是整个模式结构。
13
Object. In a true join, records are taken from parent and child tables and put into a single, flat recordset. 在真正的联接中,从父表和子表获取记录并将其放入单个的平面记录集。
14
It also exhibits cursor behavior depending on the recordset properties set by an application. 它还展示基于应用程序设置的记录集属性的游标行为。
15
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. 有时您可能想要将清单方块或下拉式方块控制项放入资料录检视,并以第二个资料录集物件填入值。
16
Construct a new recordset object (or prepare to call Requery for an existing object). 构造新的记录集对象(或准备为现有对象调用Requery)。
17
Note: This property must be set on the parent Recordset before the child Recordset is retrieved . 注意:必须将这个属性在提取子记录集之前设置在父记录集中。
18
The field data members of the recordset, which are to be bound to specific columns of the table. 记录集的字段数据成员,这些字段数据成员将绑定到表的特定列。
19
Construct a new recordset object (or prepare to call Requery for an existing one). 构造一个新的记录集对象(或准备为现有对象调用Requery)。
20
The Update method is used to save all changes made to a single record in a Recordset. Update的作用是:将所有的更改信息保存到一个记录集中的记录中。
21
You can execute your query and work with a recordset in a grid that lets you scroll through and edit records in the database. 可以执行查询,使用网格中可滚动浏览和编辑数据库中记录的记录集。
22
If you add a new record, the recordset operates as an edit buffer to build up the contents of the new record. 如果添加新记录,记录集会作为编辑缓冲区运行以生成新记录的内容。
23
Beyond that, you might want to use other record sets as well, as discussed in Record Views: Filling a List Box from a Second Recordset. 此外,可能还需要使用其他记录集,参见记录视图:从另一个记录集填充列表框中的讨论。
24
The name of the corresponding field data member or parameter data member in the recordset class. 资料录集类别内对应的栏位资料成员或参数资料成员之名称。
25
If you want to base the recordset on a complex SQL statement, you need to use some combination of these customization techniques. 如果要使记录集基于复杂的SQL语句,需要使用这些自定义技术的组合。
26
Or, you can specify a forward-only recordset, which allows only forward scrolling, one record at a time. 或者您可以指定顺向资料录集,此资料录集仅允许向前捲动,一次一个资料录。
27
This recordset is then used to iterate through the search results to display a given subset. 然后,使用此记录集迭代遍历搜索结果以显示给定的子集。
28
Before you create your recordset class, determine what parameters you need, what their data types are, and how the recordset uses them. 在创建记录集类之前,确定所需的参数、参数的数据类型以及记录集使用参数的方式。
29
As a precondition for calling Update, the recordset must not be empty and the current record must not have been deleted. 作为调用Update的前提条件,记录集一定不能为空且当前记录一定不能已被删除。
30
The mysql_fetch_field() function returns an object containing information of a field from a recordset. 函数的作用是:从结果集中取得列信息并作为对象返回。