CGXODBCGrid::OnGetRecordset
virtual CRecordset* OnGetRecordset();
Return Value
A pointer to a CRecordset object.
Remarks
Returns a pointer to the attached CRecordset object.
The default implementation of this method returns the CRecordset object previously specified with SetRecordSet.
You may also call SetRecordSet to attach a recordset to the grid. Then you need not override OnGetRecordset.