网站首页  词典首页

请输入您要查询的英文单词:

 

单词 recordset
释义

record set

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

例句

释义:
1.
To be able to read database data, the data must first be loaded into a recordset.
要读取数据库中的数据,首先得将数据加载进一记录集中。
www.fzs8.net
2.
Take precautions against trying to fill a control from a recordset with a large number of records.
使用包含大量资料录的资料录集填入控制项时要特别小心。
msdn.microsoft.com
3.
A recordset constructs a SQL statement by building up the pieces of a SQL statement into a CString.
记录集通过将一个SQL语句的片断生成CString来构造SQL语句。
msdn2.microsoft.com
4.
The exception is a database join , in which one recordset represents columns from two or more tables .
例外情况是数据库联接,其中一个记录集表示来自两个或多个表的列。
www.bing.com
5.
A cursor is a mechanism used for keeping track of its position in a recordset.
游标是用于在记录集中跟踪其位置的一种机制。
msdn2.microsoft.com
6.
An example of a recordset based on a table is "all customers, " which accesses a Customer table.
基于表的记录集示例是“所有客户”,它访问一个“Customer”表。
msdn2.microsoft.com
7.
For a filtered recordset without parameters, the SELECT statement must be processed each time you Requery with a new filter value.
对于没有参数的已筛选记录集,每次用新的筛选值Requery时都必须处理SELECT语句。
msdn2.microsoft.com
8.
Faster Database Access: The REALbasic database API is now significantly faster when iterating through a recordset using the Field function.
更快的数据库访问:在记录集中使用Field函数迭代的时候,REALbasic数据库API的速度现在显著提高。
www.realbasic.com
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记录集。
www.86oo.com
10.
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
1.
Note : When you close the original Recordset none of the copies will be closed . You will have to close the clones one by one .
注意:当你关闭原始记录集时,所有的复版都将被关闭。因此,你不得不逐个地关闭其复版。
www.bing.com
2.
One of the major differences is that you are not necessarily retrieving the equivalent of a recordset, but an entire schema structure.
其中一个主要区别在于您不必检索某个记录集的等值,而是整个模式结构。
dictsearch.appspot.com
3.
Object. In a true join, records are taken from parent and child tables and put into a single, flat recordset.
在真正的联接中,从父表和子表获取记录并将其放入单个的平面记录集。
msdn2.microsoft.com
4.
It also exhibits cursor behavior depending on the recordset properties set by an application.
它还展示基于应用程序设置的记录集属性的游标行为。
technet.microsoft.com
5.
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
6.
Construct a new recordset object (or prepare to call Requery for an existing object).
构造新的记录集对象(或准备为现有对象调用Requery)。
msdn2.microsoft.com
7.
Note: This property must be set on the parent Recordset before the child Recordset is retrieved .
注意:必须将这个属性在提取子记录集之前设置在父记录集中。
dictsearch.appspot.com
8.
The field data members of the recordset, which are to be bound to specific columns of the table.
记录集的字段数据成员,这些字段数据成员将绑定到表的特定列。
msdn2.microsoft.com
9.
Construct a new recordset object (or prepare to call Requery for an existing one).
构造一个新的记录集对象(或准备为现有对象调用Requery)。
msdn2.microsoft.com
10.
The Update method is used to save all changes made to a single record in a Recordset.
Update的作用是:将所有的更改信息保存到一个记录集中的记录中。
www.w3pop.com
1.
You can execute your query and work with a recordset in a grid that lets you scroll through and edit records in the database.
可以执行查询,使用网格中可滚动浏览和编辑数据库中记录的记录集。
msdn2.microsoft.com
2.
If you add a new record, the recordset operates as an edit buffer to build up the contents of the new record.
如果添加新记录,记录集会作为编辑缓冲区运行以生成新记录的内容。
msdn2.microsoft.com
3.
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.
此外,可能还需要使用其他记录集,参见记录视图:从另一个记录集填充列表框中的讨论。
technet.microsoft.com
4.
The name of the corresponding field data member or parameter data member in the recordset class.
资料录集类别内对应的栏位资料成员或参数资料成员之名称。
technet.microsoft.com
5.
If you want to base the recordset on a complex SQL statement, you need to use some combination of these customization techniques.
如果要使记录集基于复杂的SQL语句,需要使用这些自定义技术的组合。
msdn2.microsoft.com
6.
Or, you can specify a forward-only recordset, which allows only forward scrolling, one record at a time.
或者您可以指定顺向资料录集,此资料录集仅允许向前捲动,一次一个资料录。
technet.microsoft.com
7.
This recordset is then used to iterate through the search results to display a given subset.
然后,使用此记录集迭代遍历搜索结果以显示给定的子集。
www.ibm.com
8.
Before you create your recordset class, determine what parameters you need, what their data types are, and how the recordset uses them.
在创建记录集类之前,确定所需的参数、参数的数据类型以及记录集使用参数的方式。
msdn2.microsoft.com
9.
As a precondition for calling Update, the recordset must not be empty and the current record must not have been deleted.
作为调用Update的前提条件,记录集一定不能为空且当前记录一定不能已被删除。
msdn2.microsoft.com
10.
The mysql_fetch_field() function returns an object containing information of a field from a recordset.
函数的作用是:从结果集中取得列信息并作为对象返回。
www.fzs8.net
1.
The basic approach is to use the record view to display and perhaps update the records of a single recordset.
基本方法是使用记录视图显示(可能的话还要更新)单个记录集的记录。
technet.microsoft.com
2.
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
3.
Component for Sorting Processing Records - This project translates recordset information into useful hierarchy and node objects.
这个项目将记录集信息转化为有用的层次和节点对象。
opensource.gdsp.net
4.
Bookmarks associated with one recordset object are valid on a second recordset.
与一个记录集对象对应的书签在第二个记录集上有效。
www.zjrj.org
5.
If the string is a SQL SELECT statement or an ODBC CALL statement, the framework uses the string as the recordset's SQL statement.
如果该字符串为SQLSELECT语句或ODBCCALL语句,则框架将该字符串作为记录集的SQL语句使用。
msdn2.microsoft.com
6.
The recordset contains all of the student records, sorted in descending order (Z to A) by last name, then by first name.
记录集包含所有的学生记录,以降序(Z到A)先按姓排序,然后按名排序。
msdn2.microsoft.com
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.
Call this member function to determine how a Rollback operation affects cursors on open recordset objects.
调用这个成员函数,可以确定Rollback操作如何影响打开记录集对象上的游标。
www.zjrj.org
10.
Document can store recordset and coordinate multiple views; does not support serialization or the New, Open, Save, and Save As commands.
文档可以存储记录集并且协调多个视图,但不支持序列化或New、“打开”、“保存”和“另存为”命令。
msdn2.microsoft.com
1.
The mysql_field_seek() function jumps to a specified field in a recordset.
函数的作用是:跳到一条记录中制定的字段。
www.fzs8.net
2.
Provide dialog data exchange (DDX) between the form controls and the associated recordset object.
在窗体控件与关联的记录集对象之间提供对话框数据交换(DDX)。
technet.microsoft.com
3.
The ADO Recordset object is used to hold a set of records from a database table.
ADO记录集对象是用做寄放来自数据库的记录集。
www.86oo.com
4.
As with adding records, editing records involves changing the values of the recordset's field data members.
与添加记录一样,编辑记录也涉及更改记录集的字段数据成员的值。
msdn2.microsoft.com
5.
The recordset objects are typically destroyed when they exit the scope of a function.
记录集对象在退出函数范围时通常被销毁。
msdn2.microsoft.com
6.
This includes explicit updates, as well as the UpdateBatch method on a Recordset.
这包括显式更新以及对Recordset执行的UpdateBatch方法。
www.ianywhere.com
7.
Cannot retrieve parameter information for the selected recordset.
无法对选定的记录集提取参数信息。
www.dictall.com
8.
Specifies database document support and multiple recordset views, but no serialization.
指定数据库文档支持和多记录集视图,但无序列化。
www.jukuu.com
9.
For information about recordset data members, see Recordset: Architecture (ODBC).
有关记录集数据成员的信息,请参见记录集:结构(ODBC)。
207.46.16.252
10.
As a result, you use a considerably simpler class interface to manipulate records through a recordset object.
因此,您使用相当简单的类接口就可通过记录集对象处理记录。
technet.microsoft.com
1.
For more information about overriding the default SQL, see SQL: Customizing Your Recordset's SQL Statement (ODBC).
有关重写默认SQL的更多信息,请参见SQL:自定义记录集的SQL语句(ODBC)。
msdn2.microsoft.com
2.
However, if you execute a Requery on the original Recordset, the clones will no longer be synchronized to the original.
然而,如果你对原始的记录集执行一个Requery[重新查询]操作,那么所有克隆的记录及信息将不与原记录同步变化。
www.w3pop.com
3.
A primary key must be defined on the updatable recordset returned by the SELECT statement.
必须为SELECT语句返回的可更新的记录集定义一个主键。
msdn2.microsoft.com
4.
This method is much more efficient than creating, opening, and closing a new Recordset equal to the original.
这个方法比起创建、打开或关闭一个记录集更加有效。
www.w3pop.com
5.
Identifies the operations through which bookmarks persist on recordset objects.
标识记录集对象上书签持久化操作。
www.zjrj.org
6.
Within the context of OLE DB for SQL Server Compact Edition, this means that the recordset will not be valid, and must be closed.
在SQLServerCompactEdition的OLEDB的上下文内,这意味着记录集将不再有效,所以必须予以关闭。
msdn2.microsoft.com
7.
When the framework appends it to the recordset's SQL statement, the WHERE clause constrains the selection.
当框架将筛选器追加到记录集的SQL语句后,WHERE子句限制选定内容。
msdn2.microsoft.com
8.
In a multiuser environment, other users can open record sets that contain some of the same records you have selected in your recordset.
在多用户环境中,其他用户可打开包含某些与您在您的记录集中选择的记录相同的记录集。
technet.microsoft.com
9.
Declare a recordset object as a local variable in a function.
在函数中将记录集对象声明为局部变量。
msdn2.microsoft.com
10.
The recordset object's field data members, taken together, constitute an edit buffer that holds the selected columns of one record.
将记录集对象的字段数据成员集合在一起组成一个编辑缓冲区,保持一条记录的选定列。
msdn2.microsoft.com
1.
Form-based applications usually store a pointer to a recordset object in the view.
基于窗体的应用程序通常存储指向视图中记录集对象的指针。
msdn2.microsoft.com
2.
Support for adding the complete recordset, recordset rows, and individual field values is provided.
它支持增加完整的记录集,记录集行,且提供了单独的字段值。
osl.bsw.net.cn
3.
Recordset filters are useful for joining tables and for using parameters based on information obtained or calculated at run time.
记录集筛选器在使用联接表和基于在运行时获取或计算出的信息的参数时,十分有用。
msdn2.microsoft.com
4.
Tip: Use this method to refresh the entire contents of a Recordset.
提示:适用这个方法可以刷新记录集的所有内容。
www.w3pop.com
5.
Specify a string to replace the default SQL SELECT statement that the recordset constructs.
指定一个字串来取代资料录集所建构的预设SQLSELECT陈述式。
technet.microsoft.com
6.
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
7.
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
8.
Use the recordset within the function and let it be destroyed automatically when the function exits.
在函数内使用记录集,并让其在该函数退出时自动销毁。
msdn2.microsoft.com
9.
The values of this record's fields are stored in the recordset object's field data members.
该记录的字段值存储在记录集对象的字段数据成员中。
technet.microsoft.com
10.
For a parameterized recordset, the database must process a SQL SELECT statement only once.
对于参数化记录集,数据库必须只处理一次SQLSELECT语句。
msdn2.microsoft.com
1.
This option gives you a form-based application in which the record view is used to view and update records through its recordset.
本选项提供表单架构应用程式,资料录检视可透过其资料录集,用来检视与更新资料录。
technet.microsoft.com
2.
Note: The Bookmark property is available only in Recordset objects that support bookmarks.
注意:书签属性仅可以在支持书签属性的记录集对象中使用。
www.w3pop.com
3.
For more information, see Recordset: Dynamically Binding Data Columns (ODBC).
有关更多信息,请参见记录集:动态绑定数据列(ODBC)。
207.46.16.251
4.
After this property is set, you can retrieve the number of pages (PageCount) that are available in the recordset.
设置此属性之后,可以检索记录集中可用的页面数(PageCount)。
www.ibm.com
5.
In ADO the recordset can provide disconnected access, but ADO is designed primarily for connected access.
在ADO中,记录集可以提供不连接的访问,但ADO主要是为连接的访问设计的。
msdn2.microsoft.com
6.
if you do not select this box, no columns are bound, and you must bind them manually in the recordset class.
如果不选择此框,则不绑定任何列,必须在记录集类中手动绑定它们。
technet.microsoft.com
7.
Identifies the effect of committing a transaction on an open recordset object.
标识在打开的记录集对象上提交事务的效果。
www.zjrj.org
8.
When the framework appends the ORDER BY clause to the recordset's SQL query, the clause controls the selection's ordering.
框架向记录集的SQL查询追加ORDERBY子句后,该子句控制选定内容的排序。
msdn2.microsoft.com
9.
This topic explains how to filter a recordset so that it selects only a particular subset of the available records.
本主题演示如何筛选记录集,使它只选择可用记录的特定子集。
msdn2.microsoft.com
10.
The record view and its recordset are destroyed when you close the document.
当关闭文档时,也就销毁了记录视图和它的记录集。
technet.microsoft.com
1.
Identifies the effect of rolling back a transaction on an open recordset object.
标识在打开的记录集对象上回滚事务的效果。
www.zjrj.org
2.
Rather than accepting this default, you can substitute another recordset type.
如果不接受该默认设置,可以用另一种记录集类型替换。
technet.microsoft.com
3.
A recordset object gives you access to all the selected records.
记录集对象提供对所有选定记录的访问权。
msdn2.microsoft.com
4.
The framework loads the record into the field data members of the recordset.
框架将记录加载到记录集的字段数据成员中。
technet.microsoft.com
5.
The data can also be loaded into an in-memory recordset and accessed by other package elements.
数据也可以加载到内存中的记录集中,供其他包元素访问。
msdn2.microsoft.com
6.
Specifies support for storing database or recordset objects in documents and views.
指定支持在文档和视图中存储数据库或记录集对象。
www.dictall.com
7.
By default, this is the name of the table you specified for the recordset in the wizard, but you can change what the function returns.
默认情况下,这是您在向导中为记录集指定的表名,但您可更改函数的返回值。
msdn2.microsoft.com
8.
For an example, see Record Views: Filling a List Box from a Second Recordset.
有关示例,请参见记录视图:从另一个记录集填充列表框。
technet.microsoft.com
9.
The recordset selects only those records that meet the search condition you specified.
记录集只选择那些符合指定搜索条件的记录。
msdn2.microsoft.com
10.
Test whether the recordset allows requerying and refresh the recordset's contents.
测试记录集是否允许再次查询并刷新记录集的内容。
msdn.microsoft.com
1.
For more information, see SQL: Customizing Your Recordset's SQL Statement (ODBC).
有关更多信息,请参见SQL:自定义记录集的SQL语句(ODBC)。
msdn2.microsoft.com
2.
Specify whether the recordset is a dynaset or snapshot.
指定记录集是动态集还是快照。
technet.microsoft.com
3.
Your role in recordset updating and what the framework does for you.
您在记录集更新中的角色及框架为您完成的操作。
technet.microsoft.com
4.
The parameter value is different each time you requery the recordset for a new student ID.
每次在记录集中再次查询新学生的ID时,此参数值是不同的。
msdn2.microsoft.com
5.
In a recordset, you can combine fields only from tables, views, and non-parameterized queries.
在记录集中,只能对表、视图和非参数查询中的字段进行组合。
www.dictall.com
6.
This is more efficient than opening a recordset and performing the updates or deletions one record at a time.
这比打开一个记录集,一次更新或删除一条记录效率更高。
chinafanyi.com
7.
Specify parameter data members if you want a parameterized recordset.
如果需要一个参数化记录集,则指定参数数据成员。
msdn2.microsoft.com
8.
The recordset as an edit buffer and the differences between dynasets and snapshots.
作为编辑缓冲区的记录集与动态集与快照的区别。
technet.microsoft.com
9.
Construct the recordset objects either when you initialize the document or as needed.
当初始化文档或需要时构造记录集对象。
msdn2.microsoft.com
10.
The most important members of your recordset class are the field data members.
记录集类中最重要的成员是字段数据成员。
technet.microsoft.com
1.
For more information about the edit buffer and how updates store the current record, see Recordset: How Recordsets Update Records (ODBC).
有关编辑缓冲区以及更新如何存储当前记录的更多信息,请参见记录集:记录集如何更新记录(ODBC)。
technet.microsoft.com
2.
The SQL sent depends on how you design and open your recordset class.
发送的SQL取决于设计与打开记录集类的方式。
msdn2.microsoft.com
3.
The Collection is assigned to either a Command object, Connection object, Field object, or a Recordset object.
上述的属性集合将被指派到一个指令对象、连接对象、字段对象或是一个记录集对象中。
www2.w3pop.com
4.
Specify whether the recordset is read-only or append-only.
指定资料录集是唯读或仅能附加的。
technet.microsoft.com
5.
Specifies whether the recordset is a dynaset (default) or a snapshot.
指定记录集是动态集(默认)还是快照。
technet.microsoft.com
6.
In some cases, the framework can use only the columns selected in your recordset to identify which record in your table to update.
某些情况下,框架只能使用记录集中选定用来标识表中要更新的记录的列。
msdn2.microsoft.com
7.
View all methods and properties of the Recordset object.
查看所有记录集对象的方法和属性。
www.netvtm.com
8.
ADO applications use the Delete method of the Recordset object.
ADO应用程序使用Recordset对象的Delete方法。
msdn2.microsoft.com
9.
Call the Open member function (or Requery, for an existing recordset).
调用Open成员函数(或对于现有记录集调用Requery)。
msdn2.microsoft.com
10.
Close, delete, and recreate the recordset as needed, or call its Requery member function to refresh the records.
根据需要关闭、删除或重新创建记录集,或者调用其Requery成员函数以刷新记录。
msdn2.microsoft.com
1.
The record's columns are loaded into the recordset's field data members.
该记录的列被加载到记录集的字段数据成员中。
msdn2.microsoft.com
2.
For more information about record sets, see Recordset (ODBC).
有关记录集的更多信息,请参见记录集(ODBC)。
technet.microsoft.com
3.
A value indicating the effect of transactions on open recordset objects. For details, see Remarks.
指示事务对打开记录集对象所起作用的一个值。有关详细情况,请参阅说明。
www.zjrj.org
4.
Copying begins at the current row of the recordset.
复制将从记录集的当前行开始。
technet.microsoft.com
5.
How a recordset constructs its SQL statement and selects records.
记录集构造其SQL语句和选择记录的方式。
msdn2.microsoft.com
6.
Recordset parameters let you accomplish that goal.
记录集参数使您得以实现该目标。
msdn2.microsoft.com
7.
Specify field data members for the recordset's columns.
指定记录集的列的字段数据成员。
msdn2.microsoft.com
8.
A parameterized class lets you base a recordset query on information obtained or calculated at run time.
参数化类使您可以根据运行时获取或计算的信息创建记录集查询。
technet.microsoft.com
9.
In this case, the recordset contains records for all senior students.
在此例中,记录集包含所有高年级学生的记录。
msdn2.microsoft.com
10.
Note: Set this property before opening the Recordset.
注意:必须在记录集打开之前设置该属性。
www.w3pop.com
1.
For an example of when you might make special use of the parameters, see Recordset: Obtaining SUMs and Other Aggregate Results (ODBC).
如需您何时可能会想特别使用参数的范例,请参阅文件资料录集:取得SUM和其他汇总结果(ODBC)。
technet.microsoft.com
2.
The following topics explain the details of using recordset objects.
下列主题解释有关使用记录集对象的详细信息。
msdn2.microsoft.com
3.
If you are using bulk row fetching, see Recordset: Fetching Records in Bulk (ODBC).
如果正在使用批量取行,请参见记录集:批量获取记录(ODBC)。
msdn2.microsoft.com
4.
Then, when you call your recordset's Requery member function, the query selects only that student's record.
然后,当您调用记录集的Requery成员函数时,查询只选择该学生的记录。
msdn2.microsoft.com
5.
A recordset looks like a single table.
记录集看起来像单个表。
msdn2.microsoft.com
6.
Alter the string that the wizard writes in your recordset's GetDefaultSQL member function.
改变向导写入记录集的GetDefaultSQL成员函数的字符串。
msdn2.microsoft.com
7.
A good place to start your reading is with Recordset (ODBC).
最好从记录集(ODBC)开始阅读。
msdn2.microsoft.com
8.
A Dynamic Recordset - This example program demonstrates how to use a dynamic recordset.
这个程序演示了如何使用一个动态记录集。
osl.bsw.net.cn
9.
You can parameterize the recordset to qualify the recordset selection at run time.
可以parameterize记录集以限定运行时记录集的选择。
msdn2.microsoft.com
10.
Note: This method can be used on all Recordset objects.
注意:该方法可以用于所有的记录集对象。
www.w3pop.com
1.
The sort order for the recordset, if any, contained in the m_strSort data member.
包含在m_strSort数据成员中的记录集的Sort顺序(如果有的话)。
msdn2.microsoft.com
2.
Your call to the recordset's AddNew or Edit member function causes RFX to store the current edit buffer so it can be restored later.
调用记录集的AddNew或Edit成员函数会使RFX存储当前编辑缓冲区,以便该缓冲区以后可以还原。
msdn2.microsoft.com
3.
To add new records to a recordset.
向记录集添加新记录。
msdn2.microsoft.com
4.
The recordset contains records for all class sections for MATH101.
记录集包含MATH101所有课时的记录。
msdn2.microsoft.com
5.
Pass a custom SQL string in lpszSQL when you call Open for the recordset.
调用记录集的Open时,传递lpszSQL中的自定义SQL字符串。
msdn2.microsoft.com
6.
To delete records from a recordset.
从记录集中删除记录。
msdn2.microsoft.com
7.
Records added by other users after you open the recordset do not show up in your recordset unless you requery.
除非您再次查询,否则在您打开记录集之后由其他用户添加的记录不会显示在您的记录集中。
technet.microsoft.com
8.
Object, no new recordset is created.
对象时,不创建新记录集。
msdn2.microsoft.com
9.
How to first create a database connection, then a recordset, and then display the data in HTML.
如果建立数据库连接以及记录集,并在HTML中显示数据。
www.86oo.com
10.
When you finish using the recordset object, you close and destroy it.
记录集对象使用完毕后,请关闭并且销毁它。
msdn.microsoft.com
1.
For example, suppose you want to specify a filter string for your recordset using information obtained at run time.
例如,假定希望用运行时获得的信息为记录集指定筛选字符串。
msdn2.microsoft.com
2.
How to add, update, delete data from a database using ADO recordset?
从数据库中怎样用ADO记录集来增加,更新和删除数据?
www.vchome.net
3.
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
4.
If a table changes, you must manually update the recordset for the table, then recompile your application.
当表更改时,用户必须手动更新表的记录集,然后重新编译应用程序。
msdn2.microsoft.com
5.
How to declare parameter data members in your recordset class.
在记录集类中声明参数数据成员的方式。
msdn2.microsoft.com
6.
How to get data from a database using ADO recordset?
从数据库中怎样用ADO记录集来得到数据?
dictsearch.appspot.com
7.
This topic explains how to sort your recordset.
本主题说明如何对记录集排序。
msdn2.microsoft.com
8.
Some objects use external resources during their lifetime; a database connection, for example, might update a recordset.
某些对象在其生存期内使用外部资源;例如,数据库连接可能会更新记录集。
msdn2.microsoft.com
9.
When you update (edit) a record, the edit buffer is used to set the field data members of the recordset to new values.
更新(编辑)记录时,编辑缓冲区用于将记录集的字段数据成员设置为新值。
technet.microsoft.com
10.
When and why you might want to parameterize a recordset.
可能需要参数化记录集的场合和原因。
msdn2.microsoft.com
1.
How to lock records in your recordset during updates.
更新期间锁定记录集中的记录的方式。
technet.microsoft.com
2.
Deleting a record from a recordset involves scrolling to the record and calling the recordset's Delete member function.
从记录集中删除记录包括滚动到该记录及调用记录集的Delete成员函数。
msdn2.microsoft.com
3.
With My SQL, we can query a database for specific information and have a recordset returned.
在MySQL数据库里,我们可以从数据库中查询指定的信息并返回一条记录。
www.86oo.com
4.
Opens a database element that gives you access to records in a table, the results of a query, or to a saved Recordset
打开一个数据库元素,使你可以访问表格中的数据、查询结果或访问一个已存的记录集
www.86oo.com
5.
Included are some functions that build dropdowns and forms based on values in a recordset.
包括了一些函数,能用记录集中的值来创建下拉菜单和窗体。
cosoft.net.cn
6.
When the recordset updates a record, RFX calls ODBC API functions to send a SQL UPDATE or INSERT statement to the driver.
当记录集更新记录时,RFX调用ODBCAPI函数以将SQLUPDATE或INSERT语句发送到驱动程序。
msdn2.microsoft.com
7.
To apply a sort order to the recordset.
对记录集应用排序顺序。
msdn2.microsoft.com
8.
For example, a variable may contain a recordset with many rows of private data such as telephone numbers.
例如,变量可能包含由很多行私人数据(如电话号码)组成的记录集。
technet.microsoft.com
9.
A recordset can join two or more tables from the same data source, but not tables from different data sources.
记录集可以联接两个或更多来自同一数据源的表,但不能联接来自不同数据源的表。
msdn2.microsoft.com
10.
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
1.
Besides exchanging data between the data source and the recordset's field data members, RFX manages binding parameters.
除了在数据源和记录集的字段数据成员之间交换数据以外,RFX还管理绑定参数。
msdn2.microsoft.com
2.
The framework's record field exchange (RFX) mechanism exchanges data between the recordset and the data source .
框架的记录字段交换(RFX)机制在记录集和数据源之间交换数据。
www.bing.com
3.
In either case, the new recordset represents the current state of the data source.
无论哪种情况,新记录集都代表数据源的当前状态。
technet.microsoft.com
4.
To turn on this optimization, set the dwOptions parameter in the Open call for your recordset to the following
若要打开此优化,请将记录集的Open调用中的dwOptions参数设置为
msdn2.microsoft.com
5.
Clears the current Recordset object and returns the next Recordset object by looping through a series of commands
清除当前记录集对象并通过循环执行一系列指令返回下一个记录集
www.86oo.com
6.
Sets or returns the name of the current index for a Recordset object
设置或返回当前记录集对象索引的名称
www.86oo.com
7.
When you define a recordset class, you specify the data source to associate it with, the table to use, and the columns of the table.
当定义一个记录集类时,需要指定与之相关的数据源、要使用的表和表的列。
technet.microsoft.com
8.
Copies multiple records from a Recordset object into a two-dimensional array
将一个记录集对象中的多个记录复制到一个二维数组中
www.malagaq.cn
9.
The RFX global functions exchange data between columns on the data source and field data members in your recordset.
RFX全局函数在数据源上的列和记录集中的字段数据成员之间交换数据。
technet.microsoft.com
10.
RFX additionally transfers data from your recordset to the data source.
另外,RFX还可以将数据从您的记录集传输到数据源。
207.46.16.252
1.
Sets or returns the maximum number of records allowed on a single page of a Recordset object
设置或返回了一个长值,它是用于指定从记录集对象的一页中上允许返回的最大记录数
www.86oo.com
2.
In some cases, you might want to request or refresh the recordset to include changes that have occurred on the data source.
某些情况下,可能需要再次查询或刷新记录集以包括数据源上已发生的更改。
technet.microsoft.com
3.
Saves all changes made to a single record in a Recordset object
将所有的更改信息保存到一个记录集中的记录中
www.86oo.com
4.
The recordset executes the SQL statement and the data source selects the first record.
记录集执行SQL语句,而数据源选择第一条记录。
msdn2.microsoft.com
5.
If the data source is read-only, the recordset will be read-only.
如果数据源是只读的,则记录集也将是只读的。
msdn2.microsoft.com
6.
If the data source is not read-only, you can specify that your recordset be updatable, appendable, or read-only.
如果数据源不是只读的,可以指定记录集为可更新的、可追加的或只读。
msdn2.microsoft.com
7.
To create an HTML table with data from a recordset, we only need to use three of the parameters above (all parameters are optional)
我们只需用到上述的所有参数中的三个(上述所有参数都是可选择使用的)就可以创建一个带有记录数据的HTML表
www.w3pop.com
8.
Returns a value that describes if the Recordset object is open, closed, connecting, executing or retrieving data
返回一个用于描述对象是否已经打开、关闭或正在执行以及是否正在提取数据的值
www.86oo.com
9.
Exchange data between a database and a recordset object
在数据库和记录对象之间交换数据
msdn2.microsoft.com
10.
Transaction: Performing a Transaction in a Recordset (ODBC)
事务:在记录集中执行事务(ODBC)
msdn2.microsoft.com
1.
Sets or returns a value that specifies the ordinal position of the current record in the Recordset object
设置或返回当前记录指针在记录集中具体位置的一个序数
www.86oo.com
2.
Recordset: Declaring a Class for a Predefined Query (ODBC)
记录集:声明预定义查询的类(ODBC)
msdn2.microsoft.com
3.
Retrieves the rest of the records in the Recordset object
提取记录集对象中的剩余记录
www.w3pop.com
4.
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
5.
An operation moved the record pointer within the Recordset
指定一个在记录集内移动记录指针的操作
www.w3pop.com
6.
Declare a recordset class for a predefined query
为预定义查询声明记录集类
msdn2.microsoft.com
7.
Sets or returns the cursor type of a Recordset object
设置或返回了用于打开一个记录集对象的指针类型
www.86oo.com
8.
Recordset: Declaring a Class for a Table (ODBC)
记录集:声明表的类(ODBC)
msdn2.microsoft.com
9.
Indicates the number of Field objects in the Recordset object
指示记录集对象中字段对象的数量
www.86oo.com
10.
To pass parameter values to a recordset object at run time
运行时向记录集对象传递参数值
msdn2.microsoft.com
1.
Sets or returns a filter for the data in a Recordset object
用于筛选记录对象中的数据的过滤器
www.86oo.com
2.
Contains all the Property objects in the Recordset object
指示包含记录集对象中的所有属性对象
www.86oo.com
3.
Bind data columns in a recordset dynamically at run time
在运行时动态绑定记录集中的数据列
msdn2.microsoft.com
4.
Pass parameter values to a recordset at run time
在运行时将参数值传递到记录集
msdn2.microsoft.com
5.
' Open Recordset (and execute SQL statement above)
打开记录集(并且执行上面的SQL语句)
blog.sina.com.cn
6.
To specify a filter for a recordset object
为记录集对象指定筛选器
msdn2.microsoft.com
7.
The following RFX activities occur, in the order shown, when you call a recordset object's Open member function
当调用记录集对象的Open成员函数时,按显示的顺序发生下列RFX活动
msdn2.microsoft.com
8.
Moves the record pointer in a Recordset object
在一个记录集对象中移动记录指针
www.86oo.com
9.
Number of fields in a recordset
记录集中的字段个数
office.microsoft.com
10.
Declare a recordset class for a table
为表声明记录集类
msdn2.microsoft.com
1.
Sets or returns a value that specifies the page number in the Recordset object
设置或返回一个用于指定记录集对象中具体页数的长值
www.86oo.com
2.
Using ASP to Realize Pagination Display of Recordset
用ASP技术对记录集实现分页显示
www.ilib.cn
3.
Perform a join with a recordset
执行与记录集的联接
msdn2.microsoft.com
4.
Declare your recordset class with the Add Class wizard
用“添加类”向导声明记录集类
msdn2.microsoft.com
5.
Obtain SUMs and other aggregate results in a recordset
获取记录集的SUM和其他聚合结果
msdn2.microsoft.com
6.
Triggered before the current position in the Recordset changes
在一个操作程序改变了记录集中记录的当前位置之前被激发
www.86oo.com
7.
Work with large data items in a recordset
在记录集中使用大数据项
msdn2.microsoft.com
8.
It can also move updated data back to the recordset and then to the data source.
它还可以将已更新的数据移回记录集,然后再移动到数据源。
technet.microsoft.com
9.
Triggered before a Recordset change
在记录集被更改前激发
www.86oo.com
10.
Besides supplying a filter, a sort order, or parameters, you can take the following actions to customize your recordset's selection
除提供筛选器、排序顺序或参数以外,还可以执行下列操作来自定义记录集的选定内容
msdn2.microsoft.com
1.
How a Recordset Constructs Its SQL Statement
记录集如何构造其SQL语句
msdn2.microsoft.com
2.
Create a Recordset on the Confirmation Page
在确认页面中建立一个记录集
www.32800.net
3.
Choosing a Random Record from a Recordset
从数据集中选取随机记录
202.102.233.250
4.
Lock records in a recordset
锁定记录集中的记录
msdn2.microsoft.com
5.
Extract Data from the Recordset
从数据集中提取数据
www.86oo.com
6.
Run the recordset's query by calling Open
调用Open以运行记录集的查询
msdn2.microsoft.com
7.
To specify a sort order for a recordset object
为记录集对象指定排序顺序
msdn2.microsoft.com
8.
Research on Data Manipulation based on Recordset
基于记录集的数据操纵方法研究
ilib.cn
9.
Dim db as database dim tb as recordset
打开外部数据库
topic.csdn.net
10.
How and When You Can Affect a Recordset
您可以影响记录集的方式与时间
msdn2.microsoft.com
1.
Determining if a Recordset is Empty
数据集是否为空的判断方法
202.102.233.250
2.
Sets or returns a value that specifies the type of locking when editing a record in a Recordset
设置或返回一个在编辑记录集中的记录时,指定锁的类型的值
www.86oo.com
3.
Call Requery to requery the recordset with the latest values on the data source
调用Requery用数据源中的最新值再次查询记录集
msdn2.microsoft.com
4.
RFX and Bulk RFX simplify the transfer of data from the data source into your recordset;
RFX和“批量RFX”简化了从数据源向您的记录集传输数据的过程;
207.46.16.252
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/3/1 10:08:31