Click here to Skip to main content
15,891,423 members
Home / Discussions / COM
   

COM

 
AnswerRe: how to install DCOM to other computers Pin
Steve S12-Sep-06 3:03
Steve S12-Sep-06 3:03 
GeneralRe: how to install DCOM to other computers Pin
Yaki_1512-Sep-06 16:17
Yaki_1512-Sep-06 16:17 
GeneralRe: how to install DCOM to other computers Pin
Yaki_1512-Sep-06 16:33
Yaki_1512-Sep-06 16:33 
GeneralRe: how to install DCOM to other computers Pin
Steve S13-Sep-06 1:28
Steve S13-Sep-06 1:28 
GeneralRe: how to install DCOM to other computers Pin
Yaki_1513-Sep-06 3:06
Yaki_1513-Sep-06 3:06 
GeneralRe: how to install DCOM to other computers Pin
Yaki_1514-Sep-06 3:01
Yaki_1514-Sep-06 3:01 
AnswerRe: how to install DCOM to other computers Pin
Hamid_RT15-Sep-06 21:44
Hamid_RT15-Sep-06 21:44 
Questionproblem in retrieving "Time" from database using _RecordsetPtr Pin
PrafullaVedante9-Sep-06 3:07
PrafullaVedante9-Sep-06 3:07 
Here i am developing a application which require to fetch Time from database . But i am getting 00:00:00 AM as a time everytime. We are using MySql database.
Code fragment is....

========================================================

_variant_t vtValue;
vtValue = RsSession->Fields->GetItem("StartTime")->GetValue();
COleDateTime d( vtValue );
sprintf( name, "%02d:%02d:%02d",d.GetHour(),d.GetMinute(),d.GetSecond() );

========================================================
in "name" i am getting "00:00:00" ..everytime.. All the other values i am retrieving from ResultSetPtr are OK.

Can any one tell me what is to be done ther ....

Thanks in advance



Prafulla Vedante
E-Mail : prafulla_v@asianitg.com
AnswerRe: problem in retrieving "Time" from database using _RecordsetPtr Pin
BadJerry11-Sep-06 5:25
BadJerry11-Sep-06 5:25 
GeneralRe: problem in retrieving "Time" from database using _RecordsetPtr Pin
PrafullaVedante14-Sep-06 2:42
PrafullaVedante14-Sep-06 2:42 
Questionhow to open page in parent target by using Response.Redirect Pin
Harshad Pednekar9-Sep-06 0:20
Harshad Pednekar9-Sep-06 0:20 
QuestionApartment model, COM and misery Pin
BadJerry8-Sep-06 5:17
BadJerry8-Sep-06 5:17 
AnswerRe: Apartment model, COM and misery Pin
Lim Bio Liong9-Sep-06 22:00
Lim Bio Liong9-Sep-06 22:00 
GeneralRe: Apartment model, COM and misery Pin
BadJerry11-Sep-06 5:09
BadJerry11-Sep-06 5:09 
GeneralRe: Apartment model, COM and misery Pin
Lim Bio Liong11-Sep-06 5:21
Lim Bio Liong11-Sep-06 5:21 
QuestionCOleDispatchException when creating comments for Excel Worksheets Pin
Crash27-Sep-06 10:00
Crash27-Sep-06 10:00 
AnswerRe: COleDispatchException when creating comments for Excel Worksheets Pin
Steve S7-Sep-06 21:51
Steve S7-Sep-06 21:51 
GeneralRe: COleDispatchException when creating comments for Excel Worksheets Pin
Crash28-Sep-06 1:34
Crash28-Sep-06 1:34 
GeneralRe: COleDispatchException when creating comments for Excel Worksheets Pin
Crash28-Sep-06 4:27
Crash28-Sep-06 4:27 
Questionthe problem of SafeArray Pin
XPointer7-Sep-06 7:16
XPointer7-Sep-06 7:16 
AnswerRe: the problem of SafeArray Pin
Hans Ruck8-Sep-06 2:46
Hans Ruck8-Sep-06 2:46 
AnswerRe: the problem of SafeArray Pin
Lim Bio Liong8-Sep-06 3:46
Lim Bio Liong8-Sep-06 3:46 
AnswerRe: the problem of SafeArray Pin
BadJerry8-Sep-06 5:23
BadJerry8-Sep-06 5:23 
GeneralRe: the problem of SafeArray Pin
XPointer10-Sep-06 2:24
XPointer10-Sep-06 2:24 
QuestionUsing COM with ASP.Net Pin
hsv0037-Sep-06 5:46
hsv0037-Sep-06 5:46 

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.