Click here to Skip to main content
15,898,621 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDAO/ADO/ODBC Pin
Tara142-Aug-06 21:01
Tara142-Aug-06 21:01 
AnswerRe: DAO/ADO/ODBC Pin
Don Box2-Aug-06 21:12
Don Box2-Aug-06 21:12 
GeneralRe: DAO/ADO/ODBC Pin
Tara142-Aug-06 21:14
Tara142-Aug-06 21:14 
GeneralRe: DAO/ADO/ODBC Pin
Jonathan [Darka]2-Aug-06 21:21
professionalJonathan [Darka]2-Aug-06 21:21 
GeneralRe: DAO/ADO/ODBC Pin
Tara142-Aug-06 21:29
Tara142-Aug-06 21:29 
GeneralRe: DAO/ADO/ODBC Pin
Jonathan [Darka]2-Aug-06 21:31
professionalJonathan [Darka]2-Aug-06 21:31 
GeneralRe: DAO/ADO/ODBC Pin
Tara142-Aug-06 21:50
Tara142-Aug-06 21:50 
AnswerRe: DAO/ADO/ODBC Pin
Viorel.2-Aug-06 21:26
Viorel.2-Aug-06 21:26 
Besides switching from DAO, I think you can try to improve the speed by disabling redraw operations:

myListCtrl.SetRedraw(FALSE);

// add items
. . .

myListCtrl.SetRedraw(TRUE);

If you know the number of items to be added, you can call SetItemCount before.

Additionally, you can investigate the "virtual list" concept.

For some information see http://www.pocketpcdn.com/articles/list_view.html[^].

I hope this helps.
GeneralRe: DAO/ADO/ODBC Pin
Tara142-Aug-06 21:32
Tara142-Aug-06 21:32 
GeneralRe: DAO/ADO/ODBC [modified] Pin
Phil.Benson3-Aug-06 0:05
professionalPhil.Benson3-Aug-06 0:05 
GeneralRe: DAO/ADO/ODBC Pin
Tara143-Aug-06 1:54
Tara143-Aug-06 1:54 
GeneralRe: DAO/ADO/ODBC Pin
Phil.Benson3-Aug-06 2:17
professionalPhil.Benson3-Aug-06 2:17 
GeneralRe: DAO/ADO/ODBC Pin
Tara143-Aug-06 22:19
Tara143-Aug-06 22:19 
GeneralRe: DAO/ADO/ODBC Pin
Tara142-Aug-06 21:48
Tara142-Aug-06 21:48 
Questionget date from COleDateTime Pin
Sam_the_xalan2-Aug-06 20:21
Sam_the_xalan2-Aug-06 20:21 
AnswerRe: get date from COleDateTime Pin
Steve Echols2-Aug-06 21:12
Steve Echols2-Aug-06 21:12 
QuestionFile does not open Pin
Ratish Philip2-Aug-06 19:52
Ratish Philip2-Aug-06 19:52 
AnswerRe: File does not open Pin
Christian Graus2-Aug-06 19:58
protectorChristian Graus2-Aug-06 19:58 
AnswerRe: File does not open Pin
toxcct2-Aug-06 20:45
toxcct2-Aug-06 20:45 
AnswerRe: File does not open Pin
Sarath C2-Aug-06 21:22
Sarath C2-Aug-06 21:22 
QuestionQuestion: @ DavidCrow about NetUserGetInfo() Pin
Programm3r2-Aug-06 19:50
Programm3r2-Aug-06 19:50 
AnswerRe: Question: @ DavidCrow about NetUserGetInfo() Pin
Hamid_RT2-Aug-06 20:28
Hamid_RT2-Aug-06 20:28 
QuestionRe: Question: @ DavidCrow about NetUserGetInfo() Pin
Programm3r2-Aug-06 20:39
Programm3r2-Aug-06 20:39 
AnswerRe: Question: @ DavidCrow about NetUserGetInfo() Pin
ThatsAlok2-Aug-06 22:03
ThatsAlok2-Aug-06 22:03 
AnswerRe: Question: @ DavidCrow about NetUserGetInfo() Pin
toxcct2-Aug-06 20:43
toxcct2-Aug-06 20:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.