Click here to Skip to main content
15,896,153 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem in FTP Downloading Pin
Code-o-mat23-Feb-09 22:51
Code-o-mat23-Feb-09 22:51 
GeneralRe: Problem in FTP Downloading Pin
raj157623-Feb-09 23:18
raj157623-Feb-09 23:18 
GeneralRe: Problem in FTP Downloading Pin
Code-o-mat23-Feb-09 23:29
Code-o-mat23-Feb-09 23:29 
GeneralRe: Problem in FTP Downloading Pin
raj157623-Feb-09 23:38
raj157623-Feb-09 23:38 
GeneralRe: Problem in FTP Downloading Pin
Code-o-mat23-Feb-09 23:43
Code-o-mat23-Feb-09 23:43 
GeneralRe: Problem in FTP Downloading Pin
raj157623-Feb-09 23:53
raj157623-Feb-09 23:53 
GeneralRe: Problem in FTP Downloading Pin
Code-o-mat24-Feb-09 0:14
Code-o-mat24-Feb-09 0:14 
QuestionODBC timeout Pin
chuengchuenghq23-Feb-09 21:26
chuengchuenghq23-Feb-09 21:26 
Hi all:
I have encountered a strange and difficult problem when running application on multi-user mode.
User A and User B are running the same appclication which is using the same database(SQL2000)with remotely log in.User A is doing a operation which might take a long time to query the data from databse on the GUI of the application,at the same time,the Interface of application on user B will bolck when User B is clicking,editing the GUI of the application,Exactly I have found why this problem occurs:the requery() function is timeout when user B is querying,ODBC S1T00 query time out expired.
what I did to fix this problem is that ignore this CDBException when catched this exception,and let the application keep running anyway.but there might be any error when operating the application again.
so what is the proper way to fix this problem,setting the value of timeout should never be a good idea,I think.
Could anyone help me ,thank you in advance.

regards
Keshin Cry | :((
AnswerRe: ODBC timeout Pin
chuengchuenghq23-Feb-09 21:36
chuengchuenghq23-Feb-09 21:36 
AnswerRe: ODBC timeout Pin
CPallini23-Feb-09 21:46
mveCPallini23-Feb-09 21:46 
AnswerRe: ODBC timeout Pin
Eytukan23-Feb-09 21:47
Eytukan23-Feb-09 21:47 
QuestionHow do I redirect output of my console using PsExec? Pin
SherTeks23-Feb-09 21:20
SherTeks23-Feb-09 21:20 
AnswerRe: How do I redirect output of my console using PsExec? Pin
Garth J Lancaster23-Feb-09 21:52
professionalGarth J Lancaster23-Feb-09 21:52 
AnswerRe: How do I redirect output of my console using PsExec? Pin
David Crow24-Feb-09 3:24
David Crow24-Feb-09 3:24 
GeneralRe: How do I redirect output of my console using PsExec? Pin
SherTeks24-Feb-09 17:31
SherTeks24-Feb-09 17:31 
QuestionUsing MSXML Parser in the VC++ 2005 Express Edition Pin
Ajit Jadhav23-Feb-09 21:18
Ajit Jadhav23-Feb-09 21:18 
AnswerRe: Using MSXML Parser in the VC++ 2005 Express Edition Pin
Eytukan23-Feb-09 21:29
Eytukan23-Feb-09 21:29 
AnswerRe: Using MSXML Parser in the VC++ 2005 Express Edition Pin
Stuart Dootson23-Feb-09 22:55
professionalStuart Dootson23-Feb-09 22:55 
GeneralRe: Using MSXML Parser in the VC++ 2005 Express Edition Pin
Ajit Jadhav24-Feb-09 6:19
Ajit Jadhav24-Feb-09 6:19 
GeneralRe: Using MSXML Parser in the VC++ 2005 Express Edition Pin
Stuart Dootson24-Feb-09 6:28
professionalStuart Dootson24-Feb-09 6:28 
Questionhow can i see the fucntions available in the dll file. Pin
hariakuthota23-Feb-09 21:14
hariakuthota23-Feb-09 21:14 
AnswerRe: how can i see the fucntions available in the dll file. Pin
KarstenK23-Feb-09 21:28
mveKarstenK23-Feb-09 21:28 
AnswerRe: how can i see the fucntions available in the dll file. Pin
Archy_Yu23-Feb-09 21:42
Archy_Yu23-Feb-09 21:42 
GeneralRe: how can i see the fucntions available in the dll file. Pin
Chandrasekharan P23-Feb-09 21:52
Chandrasekharan P23-Feb-09 21:52 
Questionmultithreading and read only STL container Pin
manustone23-Feb-09 20:57
manustone23-Feb-09 20:57 

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.