Click here to Skip to main content
15,885,164 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with read StdOut from *.com files under Vista Pin
Slepchenkov11-May-09 1:38
Slepchenkov11-May-09 1:38 
AnswerRe: Problem with read StdOut from *.com files under Vista Pin
Madhu Nair11-May-09 9:47
Madhu Nair11-May-09 9:47 
GeneralRe: Problem with read StdOut from *.com files under Vista Pin
Slepchenkov13-May-09 0:43
Slepchenkov13-May-09 0:43 
QuestionHow to store spcial characters including NUL (0x00) in MS ACCESS(*.mdb) using c++ Pin
Member 46202168-May-09 2:29
Member 46202168-May-09 2:29 
QuestionRe: How to store spcial characters including NUL (0x00) in MS ACCESS(*.mdb) using c++ Pin
David Crow8-May-09 2:50
David Crow8-May-09 2:50 
AnswerRe: How to store spcial characters including NUL (0x00) in MS ACCESS(*.mdb) using c++ Pin
Member 46202168-May-09 4:09
Member 46202168-May-09 4:09 
GeneralRe: How to store spcial characters including NUL (0x00) in MS ACCESS(*.mdb) using c++ Pin
David Crow8-May-09 5:21
David Crow8-May-09 5:21 
AnswerRe: How to store spcial characters including NUL (0x00) in MS ACCESS(*.mdb) using c++ Pin
Madhu Nair8-May-09 4:24
Madhu Nair8-May-09 4:24 
About special character conversion,

Try encoding the characters, you may get some idea from here[^] and here[^]

Member 4620216 wrote:
0x10 0x3c 0x0F 0x00 0x08 .......

I want to store this data in MS ACCESS (.mdb) file.


To store binary data as such in MS ACCESS, use BLOB data type. See this [^]for details.

Thumbs Up | :thumbsup:
QuestionNaN comparison in vc6 & vc8 Pin
dotnetkoders8-May-09 2:27
dotnetkoders8-May-09 2:27 
AnswerRe: NaN comparison in vc6 & vc8 Pin
David Crow8-May-09 2:45
David Crow8-May-09 2:45 
GeneralRe: NaN comparison in vc6 & vc8 Pin
dotnetkoders8-May-09 3:02
dotnetkoders8-May-09 3:02 
QuestionRe: NaN comparison in vc6 & vc8 Pin
David Crow8-May-09 3:46
David Crow8-May-09 3:46 
AnswerRe: NaN comparison in vc6 & vc8 Pin
Stuart Dootson8-May-09 3:25
professionalStuart Dootson8-May-09 3:25 
QuestionRe: NaN comparison in vc6 & vc8 Pin
CPallini8-May-09 5:53
mveCPallini8-May-09 5:53 
QuestionDynamically place .NET controls on Win32/MFC windows. Pin
rwe18128-May-09 2:24
rwe18128-May-09 2:24 
AnswerRe: Dynamically place .NET controls on Win32/MFC windows. Pin
Stuart Dootson8-May-09 8:24
professionalStuart Dootson8-May-09 8:24 
GeneralRe: Dynamically place .NET controls on Win32/MFC windows. Pin
rwe181210-May-09 22:42
rwe181210-May-09 22:42 
GeneralRe: Dynamically place .NET controls on Win32/MFC windows. Pin
Stuart Dootson10-May-09 23:27
professionalStuart Dootson10-May-09 23:27 
QuestionHow to Recognise a window Pin
john56328-May-09 2:12
john56328-May-09 2:12 
AnswerRe: How to Recognise a window Pin
_AnsHUMAN_ 8-May-09 2:16
_AnsHUMAN_ 8-May-09 2:16 
QuestionRe: How to Recognise a window Pin
David Crow8-May-09 2:35
David Crow8-May-09 2:35 
AnswerRe: How to Recognise a window Pin
john56328-May-09 2:43
john56328-May-09 2:43 
QuestionRe: How to Recognise a window Pin
David Crow8-May-09 2:53
David Crow8-May-09 2:53 
AnswerRe: How to Recognise a window Pin
john56328-May-09 3:12
john56328-May-09 3:12 
QuestionRe: How to Recognise a window Pin
David Crow8-May-09 3:47
David Crow8-May-09 3:47 

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.