Click here to Skip to main content
15,903,385 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Getting MFC controls Pin
Roger Allen21-Jan-02 2:26
Roger Allen21-Jan-02 2:26 
GeneralRe: Getting MFC controls Pin
Anna-Jayne Metcalfe21-Jan-02 4:09
Anna-Jayne Metcalfe21-Jan-02 4:09 
GeneralReport Pin
Drawil20-Jan-02 7:16
Drawil20-Jan-02 7:16 
GeneralRe: Report Pin
Bernhard20-Jan-02 19:27
Bernhard20-Jan-02 19:27 
GeneralRe: Report Pin
Drawil21-Jan-02 0:39
Drawil21-Jan-02 0:39 
GeneralRe: Report Pin
Bernhard21-Jan-02 3:05
Bernhard21-Jan-02 3:05 
QuestionBold and regular text in CToolTipCtrl? Pin
User 665820-Jan-02 7:04
User 665820-Jan-02 7:04 
Questionselect * from table1 where field1= variable,why error? Pin
NowOKcom20-Jan-02 7:00
NowOKcom20-Jan-02 7:00 
int n;
CDatabase db;
db.OpenEx("DRIVER={SQL Server};Server=(local);DATABASE=database1;UID=sa;PWD=123;");

CRecordset rs(&db);

rs.Open(AFX_DB_USE_DEFAULT_TYPE, "select * From table1 where field1="+n+""); //this line error, why?

rs.Close();
db.Close();

//where filed1=variable, how to do that?
//field1 is int type.
AnswerRe: select * from table1 where field1= variable,why error? Pin
Christopher Lord20-Jan-02 12:38
Christopher Lord20-Jan-02 12:38 
GeneralNo separators on toolbars Pin
Jon Newman20-Jan-02 6:59
Jon Newman20-Jan-02 6:59 
Questionstr.Format(" with a qoute " in a string"); ??? Pin
Jay Beckert20-Jan-02 6:15
Jay Beckert20-Jan-02 6:15 
AnswerRe: str.Format(" with a qoute " in a string"); ??? Pin
Jay Beckert20-Jan-02 6:29
Jay Beckert20-Jan-02 6:29 
GeneralRe: str.Format(" with a qoute " in a string"); ??? Pin
User 665820-Jan-02 7:06
User 665820-Jan-02 7:06 
QuestionDrag'n'Drop to Explorer windows? Pin
Lofote20-Jan-02 4:37
Lofote20-Jan-02 4:37 
AnswerRe: Drag'n'Drop to Explorer windows? Pin
Michael Dunn20-Jan-02 6:56
sitebuilderMichael Dunn20-Jan-02 6:56 
GeneralBYTE concatenation and strcat() questions Pin
Kuniva20-Jan-02 3:28
Kuniva20-Jan-02 3:28 
GeneralRe: BYTE concatenation and strcat() questions Pin
Michael Dunn20-Jan-02 6:58
sitebuilderMichael Dunn20-Jan-02 6:58 
GeneralWin2000 Registry Problem Pin
John Clump20-Jan-02 2:02
John Clump20-Jan-02 2:02 
GeneralRe: Win2000 Registry Problem Pin
Michael Dunn20-Jan-02 7:02
sitebuilderMichael Dunn20-Jan-02 7:02 
GeneralHelp a Newbie please!!!:confused: Pin
20-Jan-02 1:16
suss20-Jan-02 1:16 
GeneralRe: Help a Newbie please!!!:confused: Pin
Michael P Butler20-Jan-02 2:08
Michael P Butler20-Jan-02 2:08 
GeneralPb Copy/Pasting DIB with Alpha Channel Pin
yarp19-Jan-02 21:35
yarp19-Jan-02 21:35 
GeneralRe: Pb Copy/Pasting DIB with Alpha Channel Pin
Christian Graus19-Jan-02 22:52
protectorChristian Graus19-Jan-02 22:52 
GeneralRe: Pb Copy/Pasting DIB with Alpha Channel Pin
yarp19-Jan-02 23:28
yarp19-Jan-02 23:28 
GeneralRe: Pb Copy/Pasting DIB with Alpha Channel Pin
Christian Graus19-Jan-02 23:35
protectorChristian Graus19-Jan-02 23:35 

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.