Trying to use m_strSort with OLE DB
- From: andy <andyww14@xxxxxxxxxxx>
- Date: 13 May 2007 11:31:20 -0700
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.
.
- Prev by Date: RE: Programming hyperlink field of an MS Access Database
- Next by Date: Insert Error: Column name or number of supplied values does not match table definition.
- Previous by thread: RE: Programming hyperlink field of an MS Access Database
- Next by thread: Insert Error: Column name or number of supplied values does not match table definition.
- Index(es):