Trying to use m_strSort with OLE DB



Hello,

I have previousy built a ODBC database application within VS2003 and
was able to use the following code in order to sort the records:

m_pSet->m_
m_pSet->Close();
m_pSet->m_strSort = "[Col1]";
m_pSet->Open();
UpdateData(FALSE);


However I know have to use OLEDB solution and the method m_strSort is
no longer available. Is it a matter of just a header file to get this
functionality or can someone talk me through a new way of sorting
records ?


Many Thanks.

.