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

C / C++ / MFC

 
GeneralRe: get date formate from database using vc++ Pin
ani_ikram10-Jul-08 21:20
ani_ikram10-Jul-08 21:20 
AnswerRepost.. Pls Ignore Pin
SandipG 10-Jul-08 21:42
SandipG 10-Jul-08 21:42 
QuestionI need help please on how to control the master volume by creating my own applicaton Pin
kwonl10-Jul-08 19:51
kwonl10-Jul-08 19:51 
AnswerRe: I need help please on how to control the master volume by creating my own applicaton Pin
Richard Andrew x6410-Jul-08 20:46
professionalRichard Andrew x6410-Jul-08 20:46 
AnswerRe: I need help please on how to control the master volume by creating my own applicaton Pin
Mark Salsbery11-Jul-08 6:18
Mark Salsbery11-Jul-08 6:18 
Questionretrive date from ms access file using vc++ Pin
ani_ikram10-Jul-08 19:49
ani_ikram10-Jul-08 19:49 
AnswerRe: retrive date from ms access file using vc++ Pin
_AnsHUMAN_ 10-Jul-08 20:06
_AnsHUMAN_ 10-Jul-08 20:06 
GeneralRe: retrive date from ms access file using vc++ Pin
ani_ikram10-Jul-08 20:17
ani_ikram10-Jul-08 20:17 
i have create connectiong with MS Access database
i know how to retrive/save text vlues from/to table feilds of MS DataBase

but i am unable to get date and convert its formate

for text geting text values from feilds i am using following code:

CDaoDatabase db;
CDaoRecordset recset(&db);
db.Open("patient.mdb");
Sql = "SELECT * FROM patient WHERE (LastName LIKE '"+temp+"*')";
recset.Open(AFX_DAO_USE_DEFAULT_TYPE,Sql,NULL);

while(!recset.IsEOF())
{

recset.GetFieldValue("lastname",var);
Client = (LPCSTR)var.pbstrVal;
b->AddString(Client);
recset.MoveNext();

}
QuestionSuspend a thread Pin
anilaabc10-Jul-08 19:44
anilaabc10-Jul-08 19:44 
AnswerRe: Suspend a thread Pin
Stephen Hewitt10-Jul-08 19:52
Stephen Hewitt10-Jul-08 19:52 
AnswerRe: Suspend a thread Pin
Richard Andrew x6410-Jul-08 20:37
professionalRichard Andrew x6410-Jul-08 20:37 
AnswerRe: Suspend a thread Pin
Roger Stoltz10-Jul-08 21:38
Roger Stoltz10-Jul-08 21:38 
AnswerRe: Suspend a thread Pin
pallaka10-Jul-08 22:39
pallaka10-Jul-08 22:39 
QuestionWhat is ldexpl in .net? Pin
threemp310-Jul-08 19:36
threemp310-Jul-08 19:36 
AnswerRe: What is ldexpl in .net? Pin
Richard Andrew x6410-Jul-08 20:53
professionalRichard Andrew x6410-Jul-08 20:53 
QuestionGenerating XML file output? Pin
nisha0000010-Jul-08 18:41
nisha0000010-Jul-08 18:41 
AnswerRe: Generating XML file output? Pin
enhzflep10-Jul-08 18:56
enhzflep10-Jul-08 18:56 
GeneralRe: Generating XML file output? Pin
nisha0000010-Jul-08 19:16
nisha0000010-Jul-08 19:16 
GeneralRe: Generating XML file output? Pin
AndreFratelli10-Jul-08 19:27
AndreFratelli10-Jul-08 19:27 
GeneralRe: Generating XML file output? Pin
enhzflep10-Jul-08 19:29
enhzflep10-Jul-08 19:29 
Questionset date formate in vc++ plzzzzzz help Pin
ani_ikram10-Jul-08 18:09
ani_ikram10-Jul-08 18:09 
AnswerRe: set date formate in vc++ plzzzzzz help Pin
_AnsHUMAN_ 10-Jul-08 19:02
_AnsHUMAN_ 10-Jul-08 19:02 
GeneralRe: set date formate in vc++ plzzzzzz help Pin
ani_ikram10-Jul-08 19:47
ani_ikram10-Jul-08 19:47 
AnswerRe: set date formate in vc++ plzzzzzz help Pin
pallaka10-Jul-08 22:43
pallaka10-Jul-08 22:43 
GeneralRe: set date formate in vc++ plzzzzzz help Pin
David Crow11-Jul-08 3:00
David Crow11-Jul-08 3:00 

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.