Click here to Skip to main content
15,922,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDEBUG_NEW Problem Pin
Jethro636-Jun-06 1:48
Jethro636-Jun-06 1:48 
AnswerRe: DEBUG_NEW Problem Pin
Laxman Auti6-Jun-06 1:55
Laxman Auti6-Jun-06 1:55 
GeneralRe: DEBUG_NEW Problem Pin
Jethro636-Jun-06 2:02
Jethro636-Jun-06 2:02 
AnswerRe: DEBUG_NEW Problem Pin
toxcct6-Jun-06 2:01
toxcct6-Jun-06 2:01 
AnswerRe: DEBUG_NEW Problem Pin
Viorel.6-Jun-06 2:25
Viorel.6-Jun-06 2:25 
GeneralRe: DEBUG_NEW Problem Pin
Jethro636-Jun-06 2:31
Jethro636-Jun-06 2:31 
Questionopen a file in binary mode Pin
V_shr6-Jun-06 1:28
V_shr6-Jun-06 1:28 
AnswerRe: open a file in binary mode Pin
Cedric Moonen6-Jun-06 1:31
Cedric Moonen6-Jun-06 1:31 
GeneralRe: open a file in binary mode Pin
V_shr6-Jun-06 1:34
V_shr6-Jun-06 1:34 
GeneralRe: open a file in binary mode Pin
Cedric Moonen6-Jun-06 1:36
Cedric Moonen6-Jun-06 1:36 
AnswerRe: open a file in binary mode Pin
toxcct6-Jun-06 1:32
toxcct6-Jun-06 1:32 
AnswerRe: open a file in binary mode Pin
V_shr6-Jun-06 1:35
V_shr6-Jun-06 1:35 
AnswerRe: open a file in binary mode Pin
Viorel.6-Jun-06 1:35
Viorel.6-Jun-06 1:35 
Questionlogger threads Pin
bujji_bec6-Jun-06 1:26
bujji_bec6-Jun-06 1:26 
AnswerRe: logger threads Pin
ThatsAlok6-Jun-06 19:37
ThatsAlok6-Jun-06 19:37 
Questiondate Pin
p_6-Jun-06 1:24
p_6-Jun-06 1:24 
AnswerRe: date [modified] Pin
_AnsHUMAN_ 6-Jun-06 1:43
_AnsHUMAN_ 6-Jun-06 1:43 
GeneralRe: date Pin
p_6-Jun-06 3:20
p_6-Jun-06 3:20 
GeneralRe: date [modified] Pin
_AnsHUMAN_ 6-Jun-06 3:37
_AnsHUMAN_ 6-Jun-06 3:37 
GeneralRe: date Pin
_AnsHUMAN_ 6-Jun-06 3:32
_AnsHUMAN_ 6-Jun-06 3:32 
GeneralRe: date [modified] Pin
yogendra kaushik6-Jun-06 19:40
yogendra kaushik6-Jun-06 19:40 
GeneralRe: date [modified] Pin
_AnsHUMAN_ 6-Jun-06 19:51
_AnsHUMAN_ 6-Jun-06 19:51 
GeneralRe: date [modified] Pin
yogendra kaushik6-Jun-06 19:58
yogendra kaushik6-Jun-06 19:58 
As i use date time picker in vc++ form so now set a date on it and i want that this date is stored in mysql table but always it store current date.
i uses the code as u tel me code is:

SYSTEMTIME sysTime;
GetSystemTime(&sysTime);
CString s;
s.Format("%04d/%02d/%02d",sysTime.wYear ,sysTime.wMonth,sysTime.wDay);

now i want to srore other than systemdate in mysql table that is to store "1999-09-03" but when i set this date on date time flicker it will store today date as 2006-06-07

gourav dogra jfjunf
GeneralRe: date [modified] Pin
_AnsHUMAN_ 6-Jun-06 20:10
_AnsHUMAN_ 6-Jun-06 20:10 
GeneralRe: date [modified] Pin
yogendra kaushik6-Jun-06 20:27
yogendra kaushik6-Jun-06 20:27 

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.