Click here to Skip to main content
15,900,973 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Very weird change font problem Pin
econy20-Mar-14 13:20
econy20-Mar-14 13:20 
QuestionSetfont() not work Pin
econy20-Mar-14 5:38
econy20-Mar-14 5:38 
AnswerRe: Setfont() not work Pin
Randor 20-Mar-14 8:35
professional Randor 20-Mar-14 8:35 
GeneralRe: Setfont() not work Pin
econy20-Mar-14 8:42
econy20-Mar-14 8:42 
QuestionCEdit GetRect() question Pin
econy20-Mar-14 4:02
econy20-Mar-14 4:02 
AnswerRe: CEdit GetRect() question Pin
econy20-Mar-14 6:38
econy20-Mar-14 6:38 
QuestionCDatabase::ExecuteSQL Pin
Fawaz Ajani19-Mar-14 22:33
Fawaz Ajani19-Mar-14 22:33 
SuggestionRe: CDatabase::ExecuteSQL Pin
Richard MacCutchan19-Mar-14 23:22
mveRichard MacCutchan19-Mar-14 23:22 
You should check the final value of the reqPer string to see whether the SQL command is correctly formed. I would also strongly suggest you do not create SQL statements in the way you have done, as this leaves your code open to SQL injection, and the potential loss or corruption of your database. See the CRecordSet class[^] for the correct way to do it.
GeneralRe: CDatabase::ExecuteSQL Pin
Fawaz Ajani20-Mar-14 1:55
Fawaz Ajani20-Mar-14 1:55 
GeneralRe: CDatabase::ExecuteSQL Pin
Richard MacCutchan20-Mar-14 2:33
mveRichard MacCutchan20-Mar-14 2:33 
GeneralRe: CDatabase::ExecuteSQL Pin
Fawaz Ajani20-Mar-14 5:49
Fawaz Ajani20-Mar-14 5:49 
GeneralRe: CDatabase::ExecuteSQL Pin
David Crow20-Mar-14 3:17
David Crow20-Mar-14 3:17 
GeneralRe: CDatabase::ExecuteSQL Pin
Fawaz Ajani20-Mar-14 5:52
Fawaz Ajani20-Mar-14 5:52 
QuestionRe: CDatabase::ExecuteSQL Pin
Fawaz Ajani25-Mar-14 10:05
Fawaz Ajani25-Mar-14 10:05 
Questionshowwindow(SW_HIDE) question Pin
econy19-Mar-14 15:19
econy19-Mar-14 15:19 
AnswerRe: showwindow(SW_HIDE) question Pin
David Crow19-Mar-14 16:48
David Crow19-Mar-14 16:48 
AnswerRe: showwindow(SW_HIDE) question Pin
Albert Holguin20-Mar-14 14:44
professionalAlbert Holguin20-Mar-14 14:44 
QuestionHow to change CEdit font [Solved] Pin
econy19-Mar-14 10:16
econy19-Mar-14 10:16 
AnswerRe: How to change CEdit font Pin
econy19-Mar-14 12:53
econy19-Mar-14 12:53 
QuestionCapture Remote Camera using Media Foundation Pin
Django_Untaken19-Mar-14 0:27
Django_Untaken19-Mar-14 0:27 
QuestionDevice Build Pin
Member 1068204219-Mar-14 0:19
Member 1068204219-Mar-14 0:19 
GeneralRe: Device Build Pin
David Crow19-Mar-14 3:37
David Crow19-Mar-14 3:37 
AnswerRe: Device Build Pin
enhzflep25-Mar-14 22:36
enhzflep25-Mar-14 22:36 
Questionwhat is the behavior of a statement logically operated with 0? Pin
shaktikanta18-Mar-14 22:32
shaktikanta18-Mar-14 22:32 
AnswerRe: what is the behavior of a statement logically operated with 0? [fixed the blunder] Pin
CPallini19-Mar-14 0:40
mveCPallini19-Mar-14 0:40 

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.