Click here to Skip to main content
16,015,414 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
chev_ls113-Mar-06 22:28
chev_ls113-Mar-06 22:28 
AnswerRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
Stephen Hewitt13-Mar-06 22:31
Stephen Hewitt13-Mar-06 22:31 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
chev_ls113-Mar-06 22:41
chev_ls113-Mar-06 22:41 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
Stephen Hewitt13-Mar-06 22:45
Stephen Hewitt13-Mar-06 22:45 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
chev_ls113-Mar-06 22:54
chev_ls113-Mar-06 22:54 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
khan++14-Mar-06 2:30
khan++14-Mar-06 2:30 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
David Crow14-Mar-06 3:11
David Crow14-Mar-06 3:11 
AnswerRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
Ray Kinsella13-Mar-06 22:33
Ray Kinsella13-Mar-06 22:33 
Sounds like you eaither A. have a memory leak you could drive a bus through or B. aren't committing database updates.

As a course of action I would have a look at my programs private bytes in performance manager, see if it going up over time. See MSDN "Debugging Techniques" section "Detecting Memory Leaks in MFC" for more information in tracking down your leak.

Otherwise you aren't committing your database changes, are you using transactions ?

Regards

Ray

"Je Suis Mort De Rire"
Blogging @ Keratoconus Watch
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
chev_ls113-Mar-06 22:43
chev_ls113-Mar-06 22:43 
AnswerRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
Cool Ju13-Mar-06 23:38
Cool Ju13-Mar-06 23:38 
Questiondiff b/w heapalloc and new Pin
sunit513-Mar-06 22:02
sunit513-Mar-06 22:02 
AnswerRe: diff b/w heapalloc and new Pin
Stephen Hewitt13-Mar-06 22:07
Stephen Hewitt13-Mar-06 22:07 
GeneralRe: diff b/w heapalloc and new Pin
sunit513-Mar-06 22:20
sunit513-Mar-06 22:20 
GeneralRe: diff b/w heapalloc and new Pin
Stephen Hewitt13-Mar-06 22:24
Stephen Hewitt13-Mar-06 22:24 
GeneralRe: diff b/w heapalloc and new Pin
sunit513-Mar-06 22:33
sunit513-Mar-06 22:33 
GeneralRe: diff b/w heapalloc and new Pin
Stephen Hewitt13-Mar-06 22:38
Stephen Hewitt13-Mar-06 22:38 
GeneralRe: diff b/w heapalloc and new Pin
sunit513-Mar-06 22:46
sunit513-Mar-06 22:46 
GeneralRe: diff b/w heapalloc and new Pin
Stephen Hewitt13-Mar-06 22:48
Stephen Hewitt13-Mar-06 22:48 
GeneralRe: diff b/w heapalloc and new Pin
sunit513-Mar-06 22:56
sunit513-Mar-06 22:56 
AnswerRe: diff b/w heapalloc and new Pin
toxcct13-Mar-06 22:09
toxcct13-Mar-06 22:09 
Questionhelp needed Pin
_tasleem13-Mar-06 21:42
_tasleem13-Mar-06 21:42 
AnswerRe: help needed Pin
Cool Ju13-Mar-06 22:01
Cool Ju13-Mar-06 22:01 
GeneralRe: help needed Pin
_tasleem13-Mar-06 22:29
_tasleem13-Mar-06 22:29 
GeneralRe: help needed Pin
Cool Ju13-Mar-06 23:23
Cool Ju13-Mar-06 23:23 
GeneralRe: help needed Pin
_tasleem14-Mar-06 0:18
_tasleem14-Mar-06 0:18 

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.