Click here to Skip to main content
15,908,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: some pointers Pin
Maximilien30-Apr-08 14:50
Maximilien30-Apr-08 14:50 
GeneralRe: some pointers Pin
johnzfrebbies@1-May-08 19:02
johnzfrebbies@1-May-08 19:02 
QuestionMoving CDaoRecordset to something else ??? for conversion From MS Jet to SQL Server Pin
Stevej30-Apr-08 3:53
Stevej30-Apr-08 3:53 
AnswerRe: Moving CDaoRecordset to something else ??? for conversion From MS Jet to SQL Server Pin
led mike30-Apr-08 4:16
led mike30-Apr-08 4:16 
GeneralRe: Moving CDaoRecordset to something else ??? for conversion From MS Jet to SQL Server Pin
Stevej30-Apr-08 5:22
Stevej30-Apr-08 5:22 
GeneralRe: Moving CDaoRecordset to something else ??? for conversion From MS Jet to SQL Server Pin
led mike30-Apr-08 7:17
led mike30-Apr-08 7:17 
QuestionRe: Moving CDaoRecordset to something else ??? for conversion From MS Jet to SQL Server Pin
David Crow30-Apr-08 5:58
David Crow30-Apr-08 5:58 
AnswerRe: Moving CDaoRecordset to something else ??? for conversion From MS Jet to SQL Server Pin
Stevej30-Apr-08 6:23
Stevej30-Apr-08 6:23 
MoveFirst MoveNext are too slow. You'd have to paw through the whole result set to find one particular record. If we were to re-write from scratch there would not be an issue. Yes the WHERE clause sets an initial filter but within that result set their may be another subfilter needed. Our existing code uses CDaoRecordsets and takes full advantage of the FindFirst/FindNext capability. For example. Our jobs are broken up by phases so an initial filter for the WHERE clause may be WHERE PHASE = FIRSTPHASE. Within that phase there are several subheadings that need special processing. Currently using CDaoRecordset::FindFirst (..) there is no need to do a requery as the indexed find is very fast. Without FindFirst/FindNext we are looking a quite a bit of code to modify. We were quite surprised to find that CRecordset did not have these although for performance reasons CRecordset doesn't seem a viable option anyway. - Thanks
QuestionLoading MS Word or other software from your own program Pin
Larry Mills Sr30-Apr-08 3:09
Larry Mills Sr30-Apr-08 3:09 
AnswerRe: Loading MS Word or other software from your own program Pin
David Crow30-Apr-08 3:13
David Crow30-Apr-08 3:13 
GeneralRe: Loading MS Word or other software from your own program Pin
Larry Mills Sr30-Apr-08 12:12
Larry Mills Sr30-Apr-08 12:12 
AnswerRe: Loading MS Word or other software from your own program Pin
Hamid_RT30-Apr-08 4:51
Hamid_RT30-Apr-08 4:51 
GeneralRe: Loading MS Word or other software from your own program Pin
Blake Miller1-May-08 12:03
Blake Miller1-May-08 12:03 
AnswerRe: Loading MS Word or other software from your own program Pin
ShilpiP1-May-08 3:09
ShilpiP1-May-08 3:09 
QuestionHow can I found out which dlls my dll depends on ... programmatically ! Pin
Berlus30-Apr-08 2:19
Berlus30-Apr-08 2:19 
AnswerRe: How can I found out which dlls my dll depends on ... programmatically ! Pin
David Crow30-Apr-08 3:14
David Crow30-Apr-08 3:14 
GeneralRe: How can I found out which dlls my dll depends on ... programmatically ! Pin
Berlus30-Apr-08 8:21
Berlus30-Apr-08 8:21 
AnswerRe: How can I found out which dlls my dll depends on ... programmatically ! Pin
Chris Meech30-Apr-08 9:25
Chris Meech30-Apr-08 9:25 
AnswerRe: How can I found out which dlls my dll depends on ... programmatically ! Pin
Stephen Hewitt30-Apr-08 15:47
Stephen Hewitt30-Apr-08 15:47 
QuestionDisable the new window cration in ShellExecute? Pin
$uresh $hanmugam30-Apr-08 1:59
$uresh $hanmugam30-Apr-08 1:59 
AnswerRe: Disable the new window cration in ShellExecute? Pin
_AnsHUMAN_ 30-Apr-08 2:41
_AnsHUMAN_ 30-Apr-08 2:41 
GeneralRe: Disable the new window cration in ShellExecute? Pin
Maximilien30-Apr-08 2:50
Maximilien30-Apr-08 2:50 
GeneralRe: Disable the new window cration in ShellExecute? Pin
_AnsHUMAN_ 30-Apr-08 2:57
_AnsHUMAN_ 30-Apr-08 2:57 
GeneralRe: Disable the new window cration in ShellExecute? Pin
David Crow30-Apr-08 3:16
David Crow30-Apr-08 3:16 
AnswerRe: Disable the new window cration in ShellExecute? Pin
David Crow30-Apr-08 3:23
David Crow30-Apr-08 3:23 

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.