Click here to Skip to main content
15,899,937 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: [VC++ 6.0] Dialog Control (Not MFC) Pin
Saurabh.Garg5-Nov-09 14:56
Saurabh.Garg5-Nov-09 14:56 
QuestionGetting the dekstop window handle Pin
SujayG5-Nov-09 3:04
SujayG5-Nov-09 3:04 
AnswerRe: Getting the dekstop window handle Pin
Nuri Ismail5-Nov-09 3:13
Nuri Ismail5-Nov-09 3:13 
AnswerRe: Getting the dekstop window handle Pin
CPallini5-Nov-09 3:17
mveCPallini5-Nov-09 3:17 
GeneralRe: Getting the dekstop window handle Pin
SujayG5-Nov-09 3:27
SujayG5-Nov-09 3:27 
GeneralRe: Getting the dekstop window handle Pin
Chris Losinger5-Nov-09 4:11
professionalChris Losinger5-Nov-09 4:11 
GeneralRe: Getting the dekstop window handle Pin
SujayG5-Nov-09 5:17
SujayG5-Nov-09 5:17 
GeneralRe: Getting the dekstop window handle Pin
Chris Losinger5-Nov-09 5:25
professionalChris Losinger5-Nov-09 5:25 
GeneralRe: Getting the dekstop window handle Pin
Nuri Ismail5-Nov-09 5:38
Nuri Ismail5-Nov-09 5:38 
QuestionPlease help me argent experts Pin
RIZWAN ADMANI5-Nov-09 2:31
RIZWAN ADMANI5-Nov-09 2:31 
QuestionRe: Please help me argent experts Pin
Maximilien5-Nov-09 2:42
Maximilien5-Nov-09 2:42 
QuestionRe: Please help me argent experts Pin
RIZWAN ADMANI5-Nov-09 18:12
RIZWAN ADMANI5-Nov-09 18:12 
AnswerRe: Please help me argent experts [modified] Pin
Richard MacCutchan5-Nov-09 2:42
mveRichard MacCutchan5-Nov-09 2:42 
QuestionHow to write data into Outlook Pin
Anil Kumar.Arvapalli5-Nov-09 1:24
Anil Kumar.Arvapalli5-Nov-09 1:24 
AnswerRe: How to write data into Outlook Pin
David Crow5-Nov-09 3:50
David Crow5-Nov-09 3:50 
GeneralRe: How to write data into Outlook Pin
Anil Kumar.Arvapalli5-Nov-09 18:19
Anil Kumar.Arvapalli5-Nov-09 18:19 
AnswerRe: How to write data into Outlook Pin
David Crow6-Nov-09 3:20
David Crow6-Nov-09 3:20 
AnswerRe: How to write data into Outlook Pin
nagadravid5-Nov-09 20:51
nagadravid5-Nov-09 20:51 
AnswerRe: How to write data into Outlook Pin
Game-point6-Nov-09 2:50
Game-point6-Nov-09 2:50 
QuestionNeed help of how to execute SQL update query in VC++ Pin
John5025-Nov-09 0:01
John5025-Nov-09 0:01 
Hi,
I have one SQL query, i want to update it in one database. Please check that SQL query below.

update employee set emp_name = 'Ravi' where emp_id = 1

I know that the below query will help me to get the records count..

update employee set emp_name = 'Ravi' where emp_id = 1; Select @@Rowcount Updated

But i want to execute this query through my VC++ code.. Cany one help me out how to execute this query and how to retrieve no of records updated count as return value..?

Can any one help me out as it urgent requirement for me..

Thanks
John.
AnswerRe: Need help of how to execute SQL update query in VC++ Pin
Code-o-mat5-Nov-09 0:15
Code-o-mat5-Nov-09 0:15 
AnswerRe: Need help of how to execute SQL update query in VC++ Pin
Anil Kumar.Arvapalli5-Nov-09 1:33
Anil Kumar.Arvapalli5-Nov-09 1:33 
QuestionRe: Need help of how to execute SQL update query in VC++ Pin
David Crow5-Nov-09 3:52
David Crow5-Nov-09 3:52 
QuestionWCHAR and system() call? Pin
Souldrift4-Nov-09 23:57
Souldrift4-Nov-09 23:57 
AnswerRe: WCHAR and system() call? Pin
Souldrift5-Nov-09 0:06
Souldrift5-Nov-09 0:06 

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.