To declare a recordset class for a single table, use the MFC ODBC Consumer Wizard from Add class and choose each column you want by naming a corresponding recordset field data member.
若要宣告单一资料表的资料录集类别,请使用[加入类别]中的MF CODBC消费者精灵,并借由命名对应的资料录集栏位资料成员来选择想要的每个资料行。
The recordset object's field data members, taken together, constitute an edit buffer that holds the selected columns of one record.
将记录集对象的字段数据成员集合在一起组成一个编辑缓冲区,保持一条记录的选定列。
The framework loads the record into the field data members of the recordset.
框架将记录加载到记录集的字段数据成员中。
The values of this record's fields are stored in the recordset object's field data members.
该记录的字段值存储在记录集对象的字段数据成员中。
RFX and DFX move data between the current record of the data source and the field data members of a recordset object.
RFX和DFX在数据源的当前记录和记录集对象的字段数据成员之间移动数据。
The recordset, in turn, USES record field exchange (RFX) to move data between its field data members and the corresponding columns in a table on the data source.
反过来,记录集使用记录字段交换(RFX)在它的字段数据成员和数据源上表中相应的列之间移动数据。
The mysql_field_name function returns the name of a field in a recordset.
函数的作用是:取得结果中指定字段的字段名。
The mysql_field_len() function returns the maximum length of a field in a recordset.
函数的作用是:返回一定记录中指定字段的长度。
The mysql_field_seek() function jumps to a specified field in a recordset.
函数的作用是:跳到一条记录中制定的字段。
The mysql_fetch_field() function returns an object containing information of a field from a recordset.
函数的作用是:从结果集中取得列信息并作为对象返回。
The mysql_result() function returns the value of a field in a recordset.
函数的作用是:返回结果集中的字段值。
The most important members of your recordset class are the field data members.
栏位资料成员是您的资料录集类别中最重要的成员。
The name of the corresponding field data member or parameter data member in the recordset class.
资料录集类别内对应的栏位资料成员或参数资料成员之名称。
The RFX global functions exchange data between columns on the data source and field data members in your recordset.
RFX全域函式会在资料来源的资料行和您的资料录集的栏位资料成员间交换资料。
When the recordset is first opened and is about to read the first record, RFX binds (associates) each selected column to the address of the appropriate field data member.
当第一次开启资料录集且正要读取第一笔资料录,RF x会系结(关联)每个所选的资料行至适当的栏位资料成员的位址。
When you update (edit) a record, the edit buffer is used to set the field data members of the recordset to new values.
更新(编辑)记录时,编辑缓冲区用于将记录集的字段数据成员设置为新值。
When you update (edit) a record, the edit buffer is used to set the field data members of the recordset to new values.
更新(编辑)记录时,编辑缓冲区用于将记录集的字段数据成员设置为新值。
应用推荐