Click here to Skip to main content
15,918,617 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error message not Pin
yogendra kaushik13-Jun-06 22:21
yogendra kaushik13-Jun-06 22:21 
AnswerRe: error message not Pin
Viorel.13-Jun-06 22:32
Viorel.13-Jun-06 22:32 
General[Message Deleted] Pin
yogendra kaushik13-Jun-06 22:49
yogendra kaushik13-Jun-06 22:49 
QuestionRe: error message not Pin
Viorel.13-Jun-06 22:59
Viorel.13-Jun-06 22:59 
AnswerRe: error message not Pin
yogendra kaushik14-Jun-06 0:03
yogendra kaushik14-Jun-06 0:03 
GeneralRe: error message not Pin
Viorel.14-Jun-06 1:14
Viorel.14-Jun-06 1:14 
GeneralRe: error message not Pin
yogendra kaushik14-Jun-06 1:49
yogendra kaushik14-Jun-06 1:49 
GeneralRe: error message not Pin
Viorel.14-Jun-06 2:35
Viorel.14-Jun-06 2:35 
It was just a sample.

In your application you probably get date from database with a SELECT statement, let us say "SELECT id, name, date, count FROM myTable" (this is just a sample). Then you use mysql_query and finally something like res = mysql_store_result(myDB). Now you can access the date value, which is the third field of the statement:

char * s = row[2];

Put a breakpoint here and see if the date value is valid. Then use the previous sample to display it.
GeneralRe: error message not Pin
yogendra kaushik14-Jun-06 2:49
yogendra kaushik14-Jun-06 2:49 
GeneralRe: error message not Pin
Eytukan13-Jun-06 23:04
Eytukan13-Jun-06 23:04 
Questionsense print click using DWebBrowserEvent Pin
c_jangid13-Jun-06 21:37
c_jangid13-Jun-06 21:37 
Questiondlete pointer. Pin
see me13-Jun-06 21:37
see me13-Jun-06 21:37 
AnswerRe: dlete pointer. Pin
toxcct13-Jun-06 21:44
toxcct13-Jun-06 21:44 
GeneralRe: delete pointer. Pin
see me13-Jun-06 21:48
see me13-Jun-06 21:48 
GeneralRe: delete pointer. Pin
toxcct13-Jun-06 21:51
toxcct13-Jun-06 21:51 
GeneralRe: delete pointer. Pin
see me13-Jun-06 22:08
see me13-Jun-06 22:08 
GeneralRe: delete pointer. Pin
toxcct13-Jun-06 22:10
toxcct13-Jun-06 22:10 
GeneralRe: delete pointer. Pin
see me13-Jun-06 22:16
see me13-Jun-06 22:16 
GeneralRe: delete pointer. Pin
toxcct13-Jun-06 22:19
toxcct13-Jun-06 22:19 
GeneralRe: delete pointer. Pin
Viorel.13-Jun-06 22:23
Viorel.13-Jun-06 22:23 
GeneralRe: delete pointer. Pin
see me13-Jun-06 22:29
see me13-Jun-06 22:29 
AnswerRe: delete pointer. Pin
jhwurmbach21-Jun-06 22:59
jhwurmbach21-Jun-06 22:59 
GeneralRe: delete pointer. Pin
Cedric Moonen13-Jun-06 22:10
Cedric Moonen13-Jun-06 22:10 
GeneralRe: delete pointer. Pin
see me13-Jun-06 22:21
see me13-Jun-06 22:21 
GeneralRe: delete pointer. Pin
Cedric Moonen13-Jun-06 21:54
Cedric Moonen13-Jun-06 21:54 

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.