Click here to Skip to main content
16,008,183 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Memory leak... UI Thread Pin
RobJones22-Nov-02 10:40
RobJones22-Nov-02 10:40 
GeneralRe: Memory leak... UI Thread Pin
Neville Franks22-Nov-02 10:48
Neville Franks22-Nov-02 10:48 
GeneralRe: Memory leak... UI Thread Pin
RobJones22-Nov-02 11:12
RobJones22-Nov-02 11:12 
GeneralRe: Memory leak... UI Thread Pin
Alvaro Mendez22-Nov-02 11:20
Alvaro Mendez22-Nov-02 11:20 
GeneralRe: Memory leak... UI Thread Pin
RobJones22-Nov-02 12:07
RobJones22-Nov-02 12:07 
GeneralSplitter windows Pin
will138322-Nov-02 9:39
will138322-Nov-02 9:39 
GeneralRe: Splitter windows Pin
RobJones22-Nov-02 10:00
RobJones22-Nov-02 10:00 
Generaldealing with odbc sql query escape characters Pin
trustno122-Nov-02 9:11
trustno122-Nov-02 9:11 
hi everybody!

Is there any functions in ODBC or any other library that dealing with adding escape characters to the sql input string that contains single quote characters? btw, i'm using msaccess database with my vc++ program.. do you use single quote or escape character to escape the single quote in the sql input string?

e.g.
original sql string: insert into table1(test) values('it's here')
after adding the escape character: insert into table1(test) values('it''s here')
Generalcrash in release when using CTabCtrl ... Pin
Maximilien22-Nov-02 9:02
Maximilien22-Nov-02 9:02 
GeneralRe: crash in release when using CTabCtrl ... Pin
etiennez0r4-Mar-10 10:43
etiennez0r4-Mar-10 10:43 
General.EXE's Pin
Anonymous22-Nov-02 8:59
Anonymous22-Nov-02 8:59 
GeneralRe: .EXE's Pin
Paul M Watt22-Nov-02 9:10
mentorPaul M Watt22-Nov-02 9:10 
GeneralRe: .EXE's Pin
Not Active22-Nov-02 9:16
mentorNot Active22-Nov-02 9:16 
GeneralRe: .EXE's Pin
Christian Graus22-Nov-02 9:43
protectorChristian Graus22-Nov-02 9:43 
GeneralRe: .EXE's Pin
Mr. Anonymous22-Nov-02 16:50
Mr. Anonymous22-Nov-02 16:50 
GeneralRe: .EXE's Pin
Gary R. Wheeler23-Nov-02 3:17
Gary R. Wheeler23-Nov-02 3:17 
GeneralRe: .EXE's Pin
Jason Shirk25-Nov-02 8:57
sussJason Shirk25-Nov-02 8:57 
GeneralDirectories: renaming, moving, creating Pin
JennyP22-Nov-02 8:44
JennyP22-Nov-02 8:44 
GeneralRe: Directories: renaming, moving, creating Pin
Not Active22-Nov-02 8:58
mentorNot Active22-Nov-02 8:58 
GeneralRe: Directories: renaming, moving, creating Pin
Maximilien22-Nov-02 9:03
Maximilien22-Nov-02 9:03 
Generalopen with Pin
pnpfriend22-Nov-02 8:19
pnpfriend22-Nov-02 8:19 
GeneralRe: open with Pin
Gary R. Wheeler23-Nov-02 3:41
Gary R. Wheeler23-Nov-02 3:41 
GeneralRe: open with Pin
Anonymous26-Nov-02 9:36
Anonymous26-Nov-02 9:36 
GeneralRe: open with Pin
Gary R. Wheeler26-Nov-02 14:46
Gary R. Wheeler26-Nov-02 14:46 
GeneralRe: open with Pin
pnpfriend27-Nov-02 9:08
pnpfriend27-Nov-02 9:08 

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.