<< Return to Main Index

< Return to Class Index

CGXDynamicRecordset Class Members

Construction

CGXDynamicRecordset Constructs a CGXDynamicRecordset object.

Attributes

SetSqlQuery Specifies the SQL Statement for the query.
GetSqlQuery Returns a string containing the SQL Statement.
SetConnectString Specifies the default connect string.
GetConnectString Returns the default connect string.

Field Values

GetFieldData Retrieves field data from the current record. The data will be returned as CString.
SetFieldData Changes field data in the current record. You should pass the data as CString.
FillChoiceList Lets you fill a choice list string with all data in the recordset. Each column will be separated with a tab. Each row will be separated with a newline character.

CGXDynamicRecordset

Class Overview