Click here to Skip to main content
15,890,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: dumpbin with debug and release version Pin
George_George15-Nov-07 4:24
George_George15-Nov-07 4:24 
QuestionHow can I get the ID code for Pin
mwolf12211-Nov-07 2:25
mwolf12211-Nov-07 2:25 
AnswerRe: How can I get the ID code for Pin
Hamid_RT11-Nov-07 3:40
Hamid_RT11-Nov-07 3:40 
Generalthat was just an advice... :( Pin
toxcct11-Nov-07 5:37
toxcct11-Nov-07 5:37 
GeneralRe: How can I get the ID code for Pin
Justin Perez11-Nov-07 5:53
Justin Perez11-Nov-07 5:53 
GeneralRe: How can I get the ID code for Pin
Hamid_RT11-Nov-07 7:29
Hamid_RT11-Nov-07 7:29 
AnswerRe: How can I get the ID code for Pin
Roger Broomfield11-Nov-07 14:54
Roger Broomfield11-Nov-07 14:54 
QuestionA SQL statement with TOP Pin
followait10-Nov-07 23:02
followait10-Nov-07 23:02 
<br />
SqlCmd.Format("SELECT TOP %u * FROM \<br />
			(SELECT TOP %u * FROM %s ORDER BY time DESC) as t1 \<br />
			WHERE time not in (SELECT TOP %u time FROM %s ORDER BY time DESC) as t2 \<br />
			ORDER BY time", \<br />
			m_RcPerGrp,m_CntDispRc,m_TableName,tmp,m_TableName);<br />



If I take off
<br />
WHERE time not in (SELECT TOP %u time FROM %s ORDER BY time DESC) as t2<br />

there is no runtime error.

What's wrong?
AnswerRe: A SQL statement with TOP [modified] Pin
toxcct11-Nov-07 4:47
toxcct11-Nov-07 4:47 
GeneralRe: A SQL statement with TOP Pin
followait11-Nov-07 15:12
followait11-Nov-07 15:12 
QuestionRe: A SQL statement with TOP Pin
David Crow11-Nov-07 17:07
David Crow11-Nov-07 17:07 
QuestionHow to recieve the message of the CTreeCtrl,&quot;TVN_ITEMEXPANDED&quot; Pin
chenlei811010-Nov-07 21:40
chenlei811010-Nov-07 21:40 
AnswerRe: How to recieve the message of the CTreeCtrl,&amp;quot;TVN_ITEMEXPANDED&amp;quot; Pin
bob1697211-Nov-07 5:25
bob1697211-Nov-07 5:25 
GeneralRe: How to recieve the message of the CTreeCtrl,&amp;quot;TVN_ITEMEXPANDED&amp;quot; Pin
bob1697211-Nov-07 5:35
bob1697211-Nov-07 5:35 
GeneralRe: How to recieve the message of the CTreeCtrl,&amp;quot;TVN_ITEMEXPANDED&amp;quot; Pin
chenlei811011-Nov-07 15:48
chenlei811011-Nov-07 15:48 
AnswerRe: How to recieve the message of the CTreeCtrl,&quot;TVN_ITEMEXPANDED&quot; Pin
chenlei811012-Nov-07 21:35
chenlei811012-Nov-07 21:35 
QuestionVC ADO Recordset, How to use the paging facility? [modified] Pin
followait10-Nov-07 21:30
followait10-Nov-07 21:30 
Questionchange main window?? Pin
srvsah10-Nov-07 21:16
srvsah10-Nov-07 21:16 
AnswerRe: change main window?? Pin
Hamid_RT10-Nov-07 23:09
Hamid_RT10-Nov-07 23:09 
AnswerRe: change main window?? Pin
bob1697211-Nov-07 4:45
bob1697211-Nov-07 4:45 
Questionchange main window?? Pin
srvsah10-Nov-07 20:29
srvsah10-Nov-07 20:29 
AnswerRe: change main window?? Pin
Hamid_RT10-Nov-07 23:09
Hamid_RT10-Nov-07 23:09 
QuestionScope of pointer to class instance Pin
Oliver12310-Nov-07 18:31
Oliver12310-Nov-07 18:31 
AnswerRe: Scope of pointer to class instance Pin
Rajasekharan Vengalil10-Nov-07 18:45
Rajasekharan Vengalil10-Nov-07 18:45 
QuestionDetect MAC address in C++ Pin
Kogee San10-Nov-07 17:38
Kogee San10-Nov-07 17:38 

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.