Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

sorting a MS ACCESS coloum by using DAO

0 views
Skip to first unread message

Patric

unread,
Jul 9, 2001, 10:29:30 AM7/9/01
to
Hello

i would like to sort a special coloumn in my ACCESS- database from my MFC-
programm-
i am using the DAO mechanism.
could anybody help me there.
perhaps some lines of code.

thank you
greetings

HHiJJ

unread,
Oct 17, 2001, 8:10:45 AM10/17/01
to
Maybe SQL can help you, by:

Select * from MyTable Order by Name;

"Patric" <maa...@aol.com> wrote in news:e7HF2NICBHA.1328@tkmsftngp07:

Evert Timmer

unread,
Oct 17, 2001, 8:38:34 AM10/17/01
to
I remember CRecordset having a m_strSort member which you can set to the
columns you want to sort on. Don't know if this is also true for
CDaoRecordset...

Evert


-----------------------------------------------------------
My email address has been altered to
avoid unwanted email.

Replies to the newsgroup only, please.

Thanks,
Evert Timmer:
Transworld Software
VC++, VB6 Database Solutions
http://www.transworld-software.com (under construction)

"Patric" <maa...@aol.com> wrote in message
news:e7HF2NICBHA.1328@tkmsftngp07...

0 new messages