Click here to Skip to main content
15,881,852 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
QuestionArgument passing Pin
bhavik14864-Nov-09 23:46
bhavik14864-Nov-09 23:46 
AnswerRe: Argument passing Pin
Kushagra Tiwari5-Nov-09 0:02
Kushagra Tiwari5-Nov-09 0:02 
AnswerRe: Argument passing Pin
CPallini5-Nov-09 0:49
mveCPallini5-Nov-09 0:49 
QuestionExe Initialization Pin
002comp4-Nov-09 22:34
002comp4-Nov-09 22:34 
AnswerRe: Exe Initialization Pin
Michael Schubert4-Nov-09 23:00
Michael Schubert4-Nov-09 23:00 
GeneralRe: Exe Initialization Pin
002comp4-Nov-09 23:51
002comp4-Nov-09 23:51 
AnswerRe: Exe Initialization Pin
Covean4-Nov-09 23:11
Covean4-Nov-09 23:11 
AnswerRe: Exe Initialization Pin
Rajesh R Subramanian4-Nov-09 23:26
professionalRajesh R Subramanian4-Nov-09 23:26 
AnswerRe: Exe Initialization Pin
Kushagra Tiwari4-Nov-09 23:34
Kushagra Tiwari4-Nov-09 23:34 
GeneralRe: Exe Initialization Pin
002comp4-Nov-09 23:50
002comp4-Nov-09 23:50 
GeneralRe: Exe Initialization Pin
Kushagra Tiwari4-Nov-09 23:54
Kushagra Tiwari4-Nov-09 23:54 
GeneralRe: Exe Initialization Pin
002comp5-Nov-09 0:13
002comp5-Nov-09 0:13 

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.