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

C / C++ / MFC

 
QuestionMessage Removed Pin
7-Jul-10 22:38
T.RATHA KRISHNAN7-Jul-10 22:38 
AnswerRe: Copying Array elements to a Structure Pin
Cedric Moonen7-Jul-10 22:39
Cedric Moonen7-Jul-10 22:39 
GeneralRe: Copying Array elements to a Structure Pin
T.RATHA KRISHNAN7-Jul-10 22:46
T.RATHA KRISHNAN7-Jul-10 22:46 
GeneralRe: Copying Array elements to a Structure Pin
Cedric Moonen7-Jul-10 22:50
Cedric Moonen7-Jul-10 22:50 
AnswerRe: Copying Array elements to a Structure Pin
Niklas L7-Jul-10 22:46
Niklas L7-Jul-10 22:46 
QuestionData Source connection Pin
raju_shiva7-Jul-10 22:31
raju_shiva7-Jul-10 22:31 
AnswerRe: Data Source connection Pin
Niklas L7-Jul-10 22:38
Niklas L7-Jul-10 22:38 
AnswerRe: Data Source connection Pin
suzuuu8-Jul-10 0:33
suzuuu8-Jul-10 0:33 
if your's application is MFC based application, CDatabase class is there for manipulate database. If you wanna manipulate your database, you should make following steps..

1. Build ODBC connection string for SQL server for this refer to connectionstring.com
2. Create object for CDatabase
3. Using CDatabase::Open() function get connection to your database
4. Using CDatabase::ExecteSQL() run your insert query..
5. Finally close the connection CDatabase::Close()..


-suzuu
QuestionReadFile function retuening zero for HID Device Pin
learningvisualc7-Jul-10 21:46
learningvisualc7-Jul-10 21:46 
AnswerRe: ReadFile function retuening zero for HID Device Pin
Code-o-mat7-Jul-10 22:27
Code-o-mat7-Jul-10 22:27 
QuestionFind file is copying? [modified] Pin
suzuuu7-Jul-10 20:50
suzuuu7-Jul-10 20:50 
JokeRe: Find file is copying? [modified] Pin
Stephen Hewitt7-Jul-10 21:00
Stephen Hewitt7-Jul-10 21:00 
JokeRe: Find file is copying? Pin
«_Superman_»7-Jul-10 21:10
professional«_Superman_»7-Jul-10 21:10 
JokeRe: Find file is copying? Pin
suzuuu7-Jul-10 22:33
suzuuu7-Jul-10 22:33 
QuestionRe: Find file is copying? Pin
norish7-Jul-10 22:13
norish7-Jul-10 22:13 
AnswerRe: Find file is copying? Pin
suzuuu7-Jul-10 22:28
suzuuu7-Jul-10 22:28 
QuestionRe: Find file is copying? Pin
David Crow8-Jul-10 3:15
David Crow8-Jul-10 3:15 
Questionboost::format Pin
gmallax7-Jul-10 19:56
gmallax7-Jul-10 19:56 
AnswerRe: boost::format Pin
«_Superman_»7-Jul-10 20:02
professional«_Superman_»7-Jul-10 20:02 
GeneralRe: boost::format Pin
gmallax7-Jul-10 20:15
gmallax7-Jul-10 20:15 
GeneralRe: boost::format Pin
«_Superman_»7-Jul-10 20:20
professional«_Superman_»7-Jul-10 20:20 
GeneralRe: boost::format Pin
gmallax7-Jul-10 20:40
gmallax7-Jul-10 20:40 
AnswerRe: boost::format Pin
Stephen Hewitt7-Jul-10 20:54
Stephen Hewitt7-Jul-10 20:54 
GeneralRe: boost::format Pin
Niklas L7-Jul-10 22:10
Niklas L7-Jul-10 22:10 
Questionlist box Pin
AbhiHcl7-Jul-10 19:47
AbhiHcl7-Jul-10 19:47 

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.