单词 | recordset object | ||||||||||
释义 | recordset object
更多释义 收起释义 例句释义: 记录集对象,资料录集物件,数据录集对象 1. This section describes the sequence of RFX events as a recordset object is opened and as you add, update, and delete records. 本节描述打开记录集对象时以及添加、更新和删除记录时RFX事件的顺序。 msdn2.microsoft.com 2. 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. 有时您可能想要将清单方块或下拉式方块控制项放入资料录检视,并以第二个资料录集物件填入值。 msdn.microsoft.com 3. Construct a new recordset object (or prepare to call Requery for an existing object). 构造新的记录集对象(或准备为现有对象调用Requery)。 msdn2.microsoft.com 4. Construct a new recordset object (or prepare to call Requery for an existing one). 构造一个新的记录集对象(或准备为现有对象调用Requery)。 msdn2.microsoft.com 5. Define a Connection object and a Recordset object, and then execute the Open method on the Connection object. 定义Connection对象和Recordset对象,然后对Connection对象执行Open方法。 msdn2.microsoft.com 6. Bookmarks associated with one recordset object are valid on a second recordset. 与一个记录集对象对应的书签在第二个记录集上有效。 www.zjrj.org 7. This establishes the recordset object as an edit buffer containing the columns of the first record. 此操作将该记录集对象设立为编辑缓冲区(包含第一条记录的列)。 msdn2.microsoft.com 8. Note: An error will occur if the Recordset object does not support bookmarks or backward cursor movement. 注意:如果记录集对象不支持书签或不能向后移动指针,那么将产生错误。 hi.baidu.com 9. Provide dialog data exchange (DDX) between the form controls and the associated recordset object. 在窗体控件与关联的记录集对象之间提供对话框数据交换(DDX)。 technet.microsoft.com 10. The ADO Recordset object is used to hold a set of records from a database table. ADO记录集对象是用做寄放来自数据库的记录集。 www.86oo.com 1. As a result, you use a considerably simpler class interface to manipulate records through a recordset object. 因此,您使用相当简单的类接口就可通过记录集对象处理记录。 technet.microsoft.com 2. Declare a recordset object as a local variable in a function. 在函数中将记录集对象声明为局部变量。 msdn2.microsoft.com 3. The recordset object's field data members, taken together, constitute an edit buffer that holds the selected columns of one record. 将记录集对象的字段数据成员集合在一起组成一个编辑缓冲区,保持一条记录的选定列。 msdn2.microsoft.com 4. Form-based applications usually store a pointer to a recordset object in the view. 基于窗体的应用程序通常存储指向视图中记录集对象的指针。 msdn2.microsoft.com 5. The join operation, a common data-access task, lets you work with data from more than one table using a single recordset object. 联接操作(一个通用的数据访问任务)使您得以使用一个记录集对象处理来自多个表的数据。 technet.microsoft.com 6. You must specify parameter values before you call Open (for a new recordset object) or Requery (for an existing one). 必须在调用Open(对于新的记录集对象)或Requery(对于现有对象)之前指定参数值。 msdn2.microsoft.com 7. The values of this record's fields are stored in the recordset object's field data members. 该记录的字段值存储在记录集对象的字段数据成员中。 technet.microsoft.com 8. Identifies the effect of committing a transaction on an open recordset object. 标识在打开的记录集对象上提交事务的效果。 www.zjrj.org 9. Identifies the effect of rolling back a transaction on an open recordset object. 标识在打开的记录集对象上回滚事务的效果。 www.zjrj.org 10. A recordset object gives you access to all the selected records. 记录集对象提供对所有选定记录的访问权。 msdn2.microsoft.com 1. The Collection is assigned to either a Command object, Connection object, Field object, or a Recordset object. 上述的属性集合将被指派到一个指令对象、连接对象、字段对象或是一个记录集对象中。 www2.w3pop.com 2. View all methods and properties of the Recordset object. 查看所有记录集对象的方法和属性。 www.netvtm.com 3. ADO applications use the Delete method of the Recordset object. ADO应用程序使用Recordset对象的Delete方法。 msdn2.microsoft.com 4. When you finish using the recordset object, you close and destroy it. 记录集对象使用完毕后,请关闭并且销毁它。 msdn.microsoft.com 5. By default, a record view is associated with a single recordset object, whose fields are mapped to the record view's controls. 预设状态下,资料录检视仅与一个资料录集物件有关联性,其栏位会对应至资料录检视的控制项。 msdn.microsoft.com 6. RFX and DFX move data between the current record of the data source and the field data members of a recordset object. RFX和DFX在数据源的当前记录和记录集对象的字段数据成员之间移动数据。 technet.microsoft.com 7. Clears the current Recordset object and returns the next Recordset object by looping through a series of commands 清除当前记录集对象并通过循环执行一系列指令返回下一个记录集 www.86oo.com 8. Sets or returns the name of the current index for a Recordset object 设置或返回当前记录集对象索引的名称 www.86oo.com 9. Copies multiple records from a Recordset object into a two-dimensional array 将一个记录集对象中的多个记录复制到一个二维数组中 www.malagaq.cn 10. Sets or returns the maximum number of records allowed on a single page of a Recordset object 设置或返回了一个长值,它是用于指定从记录集对象的一页中上允许返回的最大记录数 www.86oo.com 1. Saves all changes made to a single record in a Recordset object 将所有的更改信息保存到一个记录集中的记录中 www.86oo.com 2. Returns a value that describes if the Recordset object is open, closed, connecting, executing or retrieving data 返回一个用于描述对象是否已经打开、关闭或正在执行以及是否正在提取数据的值 www.86oo.com 3. Exchange data between a database and a recordset object 在数据库和记录对象之间交换数据 msdn2.microsoft.com 4. Sets or returns a value that specifies the ordinal position of the current record in the Recordset object 设置或返回当前记录指针在记录集中具体位置的一个序数 www.86oo.com 5. Retrieves the rest of the records in the Recordset object 提取记录集对象中的剩余记录 www.w3pop.com 6. When you call a recordset object's Open member function, Open constructs a SQL statement using some or all of the following ingredients 调用记录集对象的Open成员函数时,Open将用某些或所有下列成分构造SQL语句 msdn2.microsoft.com 7. Sets or returns the cursor type of a Recordset object 设置或返回了用于打开一个记录集对象的指针类型 www.86oo.com 8. Indicates the number of Field objects in the Recordset object 指示记录集对象中字段对象的数量 www.86oo.com 9. To pass parameter values to a recordset object at run time 运行时向记录集对象传递参数值 msdn2.microsoft.com 10. Sets or returns a filter for the data in a Recordset object 用于筛选记录对象中的数据的过滤器 www.86oo.com 1. Contains all the Property objects in the Recordset object 指示包含记录集对象中的所有属性对象 www.86oo.com 2. To specify a filter for a recordset object 为记录集对象指定筛选器 msdn2.microsoft.com 3. The following RFX activities occur, in the order shown, when you call a recordset object's Open member function 当调用记录集对象的Open成员函数时,按显示的顺序发生下列RFX活动 msdn2.microsoft.com 4. Moves the record pointer in a Recordset object 在一个记录集对象中移动记录指针 www.86oo.com 5. Sets or returns a value that specifies the page number in the Recordset object 设置或返回一个用于指定记录集对象中具体页数的长值 www.86oo.com 6. To specify a sort order for a recordset object 为记录集对象指定排序顺序 msdn2.microsoft.com |
||||||||||
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。