Click here to Skip to main content
15,913,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Error: Run-Time Check Failure #2 - Stack around the variable 'password' was corrupted. Pin
Cedric Moonen22-Aug-06 8:48
Cedric Moonen22-Aug-06 8:48 
GeneralRe: Error: Run-Time Check Failure #2 - Stack around the variable 'password' was corrupted. Pin
jon-8022-Aug-06 8:58
professionaljon-8022-Aug-06 8:58 
GeneralRe: Error: Run-Time Check Failure #2 - Stack around the variable 'password' was corrupted. Pin
Zac Howland22-Aug-06 9:25
Zac Howland22-Aug-06 9:25 
AnswerRe: Error: Run-Time Check Failure #2 - Stack around the variable 'password' was corrupted. Pin
Zac Howland22-Aug-06 9:38
Zac Howland22-Aug-06 9:38 
QuestionRadio Power Button Pin
siddhen22-Aug-06 7:31
siddhen22-Aug-06 7:31 
AnswerRe: Radio Power Button Pin
toxcct22-Aug-06 8:39
toxcct22-Aug-06 8:39 
Questionhow to create a table in the database using mfc Pin
vc++_fragrance22-Aug-06 4:46
vc++_fragrance22-Aug-06 4:46 
AnswerRe: how to create a table in the database using mfc Pin
Sarath C22-Aug-06 5:09
Sarath C22-Aug-06 5:09 
Hi,
it seems you have posted the question quite back sometime.

ok. you can use CRecordSet like classes to create tables. before that you may need to connect to the data base using CDatabase class. you can see some samples in MSDN itself.

IMHO, It's better not to attach the database with some controls. because on every change it will update the database. it will slowup the entire application if your application has enough size and others are accessing the database.

you can take the values at the time of update. that would be better.

This is not a solution for your problem but I was trying to explain a good practice.

-Sarath.
The more you can dream the more you can do - Michael Korda"

AnswerRe: how to create a table in the database using mfc Pin
Sarath C22-Aug-06 5:18
Sarath C22-Aug-06 5:18 
AnswerRe: how to create a table in the database using mfc Pin
David Crow22-Aug-06 6:07
David Crow22-Aug-06 6:07 
AnswerRe: how to create a table in the database using mfc Pin
vc++_fragrance22-Aug-06 22:35
vc++_fragrance22-Aug-06 22:35 
QuestionCode of RoundedRect() Function? Pin
prabhashmandal22-Aug-06 4:23
prabhashmandal22-Aug-06 4:23 
AnswerRe: Code of RoundedRect() Function? Pin
Sarath C22-Aug-06 4:58
Sarath C22-Aug-06 4:58 
QuestionBest way to control a LCD display using C++? Pin
xkrja22-Aug-06 3:50
xkrja22-Aug-06 3:50 
AnswerRe: Best way to control a LCD display using C++? Pin
Rage22-Aug-06 4:23
professionalRage22-Aug-06 4:23 
GeneralRe: Best way to control a LCD display using C++? Pin
xkrja22-Aug-06 8:13
xkrja22-Aug-06 8:13 
GeneralRe: Best way to control a LCD display using C++? Pin
Richard Andrew x6422-Aug-06 12:34
professionalRichard Andrew x6422-Aug-06 12:34 
GeneralRe: Best way to control a LCD display using C++? Pin
Jörgen Sigvardsson22-Aug-06 15:04
Jörgen Sigvardsson22-Aug-06 15:04 
GeneralRe: Best way to control a LCD display using C++? Pin
xkrja22-Aug-06 21:21
xkrja22-Aug-06 21:21 
QuestionSetting printing page height at runtime Pin
FraDes9922-Aug-06 3:49
FraDes9922-Aug-06 3:49 
QuestionProperties window control Pin
david_alcalde22-Aug-06 3:39
david_alcalde22-Aug-06 3:39 
QuestionDisplay Dialog as Menu Pin
kiranin22-Aug-06 3:22
kiranin22-Aug-06 3:22 
AnswerRe: Display Dialog as Menu Pin
_AnsHUMAN_ 22-Aug-06 4:07
_AnsHUMAN_ 22-Aug-06 4:07 
GeneralRe: Display Dialog as Menu Pin
kiranin22-Aug-06 4:23
kiranin22-Aug-06 4:23 
GeneralRe: Display Dialog as Menu Pin
toxcct22-Aug-06 5:19
toxcct22-Aug-06 5:19 

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.