recordset

  • 网络记录集;对象;记录集对象
recordsetrecordset
  1. Called after a recordset has changed its current position .

    在记录集更改其当前位置之后调用。

  2. Multiple objects are trying to open a recordset at the same time .

    有多个对象正试图在同一时间打开记录集。

  3. Design and Realization of Visual Basic Recordset Print Control

    VISUALBASIC记录集表格打印控件的设计与实现

  4. Research on Data Manipulation based on Recordset

    基于记录集的数据操纵方法研究

  5. Multi-page Display Technique and Realization about ASP Search Web Database RecordSet

    ASP查询Web数据库记录的分页显示技术与实现

  6. Called when the end of the recordset has been reached .

    到料集的尾呼叫。

  7. Cannot retrieve parameter information for the selected recordset .

    无法对选定的记录集提取参数信息。

  8. Web pagination technology separated into two types of temporary Recordset and storage procedure .

    Web分页技术分为临时记录集和存储过程分页。

  9. A recordset looks like a single table .

    记录集看起来像单个表。

  10. Tip : Use this method to refresh the entire contents of a Recordset .

    提示:适用这个方法可以刷新记录集的所有内容。

  11. The update method is used to save all changes made to a single record in a recordset .

    update的作用是:将所有的更改信息保存到一个记录集中的记录中。

  12. Invalid relationship . A recordset can 't have more than one parent .

    无效关系。记录集不能有多个父对象。

  13. Specifies support for storing database or recordset objects in documents and views .

    指定支持在文档和视图中存储数据库或记录集对象。

  14. To add new records to a recordset .

    向记录集添加新记录。

  15. Obtains a pointer to the recordset associated with the record view

    获取指向与记录视图关联的记录集的指针

  16. Specifies database document support and multiple recordset views , but no serialization .

    指定数据库文档支持和多记录集视图,但无序列化。

  17. Recordset parameters let you accomplish that goal .

    记录集参数使您得以实现该目标。

  18. Data Required Variant . The name of the Recordset object to copy into the range .

    数据,需要变量数据,拷贝范围的记录集的名字。

  19. The recordset selects only those records that meet the search condition you specified .

    记录集只选择那些符合指定搜索条件的记录。

  20. Tip : Use this method to resynchronize the Recordset with the database .

    提示:使用这个方法可以使记录集和数据库的信息刷新同步。

  21. This improves performance in situations where you need to make only a single pass through a recordset .

    如果你只需要遍历一次数据集的话,这个方式将提高效率。

  22. In this paper , We have study on the database access techniques with JAVA Programme and with Recordset function .

    研究用JAVA程序、用RecordSet功能访问数据库的有关技术问题。

  23. Recordset objects , which are sets of records that behave as objects .

    记录集是记录的集合,行为类似于对象。

  24. Called after the entire recordset has changed .

    整料集已更后呼叫。

  25. When and why you might want to parameterize a recordset .

    可能需要参数化记录集的场合和原因。

  26. You can 't add a new record because the recordset for this page is read-only .

    不能添加新记录,因为该页的记录集是只读的。

  27. Recordset reflects a static view of the data as it existed at the time the snapshot was created .

    记录集按照创建快照时存在的数据反射数据的静态视图。

  28. As with adding records , editing records involves changing the values of the recordset 's field data members .

    与添加记录一样,编辑记录也涉及更改记录集的字段数据成员的值。

  29. Cannot delete " | 0 " . delete dependent record sources in the same recordset first .

    无法删除“0”。请先删除同一记录集中的从属记录源。

  30. The main technology to realize this function is to use the Recordset Object of ADO to get the RecordSet .

    该技术的实现主要是利用ADO技术中的RecordSet对象获得记录集。