Click here to Skip to main content
15,896,118 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to convert WCHAR* to FLOAT64? Pin
Stick^12-Dec-06 11:15
Stick^12-Dec-06 11:15 
GeneralRe: How to convert WCHAR* to FLOAT64? [modified] Pin
James R. Twine12-Dec-06 13:41
James R. Twine12-Dec-06 13:41 
GeneralRe: How to convert WCHAR* to FLOAT64? Pin
Stick^12-Dec-06 15:14
Stick^12-Dec-06 15:14 
GeneralRe: How to convert WCHAR* to FLOAT64? Pin
James R. Twine13-Dec-06 2:28
James R. Twine13-Dec-06 2:28 
GeneralRe: How to convert WCHAR* to FLOAT64? [modified] Pin
Rick York12-Dec-06 18:33
mveRick York12-Dec-06 18:33 
GeneralRe: How to convert WCHAR* to FLOAT64? Pin
Stick^12-Dec-06 22:49
Stick^12-Dec-06 22:49 
GeneralRe: How to convert WCHAR* to FLOAT64? Pin
James R. Twine13-Dec-06 2:30
James R. Twine13-Dec-06 2:30 
Questionupdate a table in a database Pin
zizzzz12-Dec-06 3:38
zizzzz12-Dec-06 3:38 
Hi, I have a question
I want to update my table with values like this

CString valuestr="('"+m_comm+"','"+m_sp+"')";<br />
CString req="UPDATE T_Port SET CommPort='%s', Speed=' s'"+valuestr;<br />
database.ExecuteSQL(req);


And I have an error:
non valide use of '!','.',or'()' in expression "%S'('COM4','9600')'
AnswerRe: update a table in a database Pin
Wes Aday12-Dec-06 4:21
professionalWes Aday12-Dec-06 4:21 
GeneralRe: update a table in a database Pin
zizzzz12-Dec-06 4:26
zizzzz12-Dec-06 4:26 
AnswerRe: update a table in a database Pin
David Crow12-Dec-06 6:53
David Crow12-Dec-06 6:53 
AnswerRe: update a table in a database Pin
S Douglas12-Dec-06 22:06
professionalS Douglas12-Dec-06 22:06 
QuestionRe: memory leak, arcex.cpp, Line 94 Pin
mla15412-Dec-06 2:57
mla15412-Dec-06 2:57 
AnswerRe: memory leak, arcex.cpp, Line 94 Pin
Mark Salsbery12-Dec-06 7:54
Mark Salsbery12-Dec-06 7:54 
QuestionCBCGPGridCtrl Pin
baerten12-Dec-06 2:26
baerten12-Dec-06 2:26 
AnswerRe: CBCGPGridCtrl Pin
James R. Twine12-Dec-06 3:43
James R. Twine12-Dec-06 3:43 
GeneralRe: CBCGPGridCtrl Pin
baerten12-Dec-06 3:50
baerten12-Dec-06 3:50 
GeneralRe: CBCGPGridCtrl Pin
S Douglas12-Dec-06 22:19
professionalS Douglas12-Dec-06 22:19 
GeneralRe: CBCGPGridCtrl Pin
baerten13-Dec-06 1:06
baerten13-Dec-06 1:06 
GeneralRe: CBCGPGridCtrl Pin
S Douglas13-Dec-06 1:30
professionalS Douglas13-Dec-06 1:30 
QuestionWindows Service and accessing N/W mapped drive Pin
vikramlinux12-Dec-06 1:55
vikramlinux12-Dec-06 1:55 
AnswerRe: Windows Service and accessing N/W mapped drive Pin
James R. Twine12-Dec-06 2:02
James R. Twine12-Dec-06 2:02 
GeneralRe: Windows Service and accessing N/W mapped drive Pin
vikramlinux12-Dec-06 2:41
vikramlinux12-Dec-06 2:41 
GeneralRe: Windows Service and accessing N/W mapped drive Pin
James R. Twine12-Dec-06 3:06
James R. Twine12-Dec-06 3:06 
QuestionNeed help about Dialogbox ? Pin
Sakthiu12-Dec-06 1:28
Sakthiu12-Dec-06 1:28 

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.