<< Return to Main Index

< Return to Class Index

CGXAdoGrid::OnGetRecordset

virtual ADORecordset* OnGetRecordset();

Return Value

A pointer to an ADORecordset object.

Remarks

Returns a pointer to the attached ADORecordset object.

The default implementation of this method returns the ADORecordset object previously specified with SetRecordSet.

You may also call SetRecordSet to attach a recordset to the grid. Then you need not override OnGetRecordset.

See Also

CGXAdoGrid::SetRecordset

CGXAdoGrid

Class Overview | Class Members