Click here to Skip to main content
15,914,780 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: seek prime number Pin
CPallini31-Jul-07 3:28
mveCPallini31-Jul-07 3:28 
GeneralRe: seek prime number Pin
youbo31-Jul-07 3:46
youbo31-Jul-07 3:46 
QuestionModify contents of tooltip on mouse over filename Pin
AeJai31-Jul-07 2:44
AeJai31-Jul-07 2:44 
AnswerRe: Modify contents of tooltip on mouse over filename Pin
Nelek31-Jul-07 2:59
protectorNelek31-Jul-07 2:59 
GeneralRe: Modify contents of tooltip on mouse over filename Pin
AeJai31-Jul-07 3:31
AeJai31-Jul-07 3:31 
AnswerRe: Modify contents of tooltip on mouse over filename Pin
Iain Clarke, Warrior Programmer31-Jul-07 3:07
Iain Clarke, Warrior Programmer31-Jul-07 3:07 
QuestionODBC Database Function Query Pin
Programm3r31-Jul-07 0:53
Programm3r31-Jul-07 0:53 
AnswerRe: ODBC Database Function Query Pin
mandanani31-Jul-07 1:14
mandanani31-Jul-07 1:14 
The more elagant solution for the above problem is to create stored procedure that does the job (what ever you need) and call the stored procedure inplace of query

replace the below statement in place of query
{call dbo.SP_XXXXXXXXXXXXX '%1', '%2', '%3', '%4'}

dbo.SP_XXXXXXXXXXXXX is stored procedure
'%1', '%2', '%3', '%4' are arguments to stored procedure.

GeneralRe: ODBC Database Function Query Pin
Programm3r31-Jul-07 1:32
Programm3r31-Jul-07 1:32 
GeneralRe: ODBC Database Function Query Pin
James R. Twine31-Jul-07 2:58
James R. Twine31-Jul-07 2:58 
GeneralRe: ODBC Database Function Query Pin
Programm3r31-Jul-07 3:02
Programm3r31-Jul-07 3:02 
GeneralRe: ODBC Database Function Query Pin
James R. Twine31-Jul-07 3:21
James R. Twine31-Jul-07 3:21 
AnswerRe: ODBC Database Function Query Pin
Hamed Musavi31-Jul-07 4:32
Hamed Musavi31-Jul-07 4:32 
GeneralRe: ODBC Database Function Query Pin
Programm3r31-Jul-07 4:43
Programm3r31-Jul-07 4:43 
GeneralRe: ODBC Database Function Query [modified] Pin
Hamed Musavi31-Jul-07 5:07
Hamed Musavi31-Jul-07 5:07 
QuestionWriting to a file Pin
tom groezer31-Jul-07 0:51
tom groezer31-Jul-07 0:51 
AnswerRe: Writing to a file Pin
prasad_som31-Jul-07 0:56
prasad_som31-Jul-07 0:56 
QuestionPostthread message Pin
shakumar_2231-Jul-07 0:50
shakumar_2231-Jul-07 0:50 
AnswerRe: Postthread message Pin
prasad_som31-Jul-07 0:59
prasad_som31-Jul-07 0:59 
AnswerRe: Postthread message Pin
mandanani31-Jul-07 1:06
mandanani31-Jul-07 1:06 
GeneralRe: Postthread message Pin
mandanani31-Jul-07 1:17
mandanani31-Jul-07 1:17 
GeneralRe: Postthread message Pin
shakumar_2231-Jul-07 1:50
shakumar_2231-Jul-07 1:50 
GeneralRe: Postthread message Pin
James R. Twine31-Jul-07 3:03
James R. Twine31-Jul-07 3:03 
AnswerRe: Postthread message Pin
Iain Clarke, Warrior Programmer31-Jul-07 3:14
Iain Clarke, Warrior Programmer31-Jul-07 3:14 
Questionprivilege given to a user [modified] Pin
sheetal_0631-Jul-07 0:48
sheetal_0631-Jul-07 0:48 

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.