Click here to Skip to main content
15,890,670 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do I open file excel in VC++. Pin
raghuji.rao8-Jun-06 23:42
raghuji.rao8-Jun-06 23:42 
GeneralRe: How do I open file excel in VC++. Pin
XalanXalan9-Jun-06 1:30
XalanXalan9-Jun-06 1:30 
GeneralRe: How do I open file excel in VC++. Pin
raghuji.rao9-Jun-06 22:18
raghuji.rao9-Jun-06 22:18 
QuestionRe: How do I open file excel in VC++. Pin
David Crow9-Jun-06 3:39
David Crow9-Jun-06 3:39 
AnswerRe: How do I open file excel in VC++. Pin
ThatsAlok11-Jun-06 22:04
ThatsAlok11-Jun-06 22:04 
QuestionLogin program problem Pin
yogendra kaushik8-Jun-06 23:22
yogendra kaushik8-Jun-06 23:22 
AnswerRe: Login program problem [modified] Pin
_AnsHUMAN_ 8-Jun-06 23:28
_AnsHUMAN_ 8-Jun-06 23:28 
GeneralRe: Login program problem [modified] Pin
yogendra kaushik8-Jun-06 23:38
yogendra kaushik8-Jun-06 23:38 
My problem is that application is looked after creating database connection
and it not check the below if condition:
if (!mysql_query( myDB, sStr) )
{
res = mysql_store_result( myDB ) ;
i = (int) mysql_num_rows( res );
if (i != 1)
{
SetDlgItemText(IDC_STATIC, "Incorrect User Name / Password. Please try again.");
mysql_free_result( res ) ;
goto exit_here;
}
SetDlgItemText(IDC_STATIC, "Login Successful.");
application are blocked before
plz tell me that the line of code
sStr.Empty();
GetDlgItemText(IDC_USER, sStr);
sStr = "CALL sp_auth_user(\'" + sStr + "\', \'";
GetDlgItemText(IDC_PASS, sPwd);
sStr = sStr + sPwd + "\');";
is correct or not.
Thanking you


Please mailing me
QuestionImprove Performance of CRecordset Pin
Leonard8-Jun-06 23:07
Leonard8-Jun-06 23:07 
QuestionKeyboard focus to ActiveX control Pin
Andrew Hoole8-Jun-06 23:02
Andrew Hoole8-Jun-06 23:02 
AnswerRe: Keyboard focus to ActiveX control Pin
Stephen Hewitt8-Jun-06 23:17
Stephen Hewitt8-Jun-06 23:17 
GeneralRe: Keyboard focus to ActiveX control Pin
Andrew Hoole9-Jun-06 0:45
Andrew Hoole9-Jun-06 0:45 
QuestionRe: Keyboard focus to ActiveX control Pin
Viorel.8-Jun-06 23:33
Viorel.8-Jun-06 23:33 
AnswerRe: Keyboard focus to ActiveX control Pin
Andrew Hoole9-Jun-06 0:48
Andrew Hoole9-Jun-06 0:48 
AnswerRe: Keyboard focus to ActiveX control Pin
Andrew Hoole9-Jun-06 0:43
Andrew Hoole9-Jun-06 0:43 
Questiondate fetch problem Pin
yogendra kaushik8-Jun-06 22:59
yogendra kaushik8-Jun-06 22:59 
AnswerRe: date fetch problem Pin
Cedric Moonen8-Jun-06 23:02
Cedric Moonen8-Jun-06 23:02 
GeneralRe: date fetch problem Pin
yogendra kaushik8-Jun-06 23:14
yogendra kaushik8-Jun-06 23:14 
AnswerRe: date fetch problem Pin
_AnsHUMAN_ 8-Jun-06 23:05
_AnsHUMAN_ 8-Jun-06 23:05 
AnswerRe: date fetch problem Pin
yogendra kaushik8-Jun-06 23:24
yogendra kaushik8-Jun-06 23:24 
AnswerRe: date fetch problem Pin
Laxman Auti9-Jun-06 0:04
Laxman Auti9-Jun-06 0:04 
Questionneed help in subclass a non MFC control Pin
Haitham Khedre8-Jun-06 22:35
Haitham Khedre8-Jun-06 22:35 
QuestionHow can I append LPTSTR to CStirng Pin
NoName II8-Jun-06 22:22
NoName II8-Jun-06 22:22 
AnswerRe: How can I append LPTSTR to CStirng [modified] Pin
Christian Graus8-Jun-06 22:24
protectorChristian Graus8-Jun-06 22:24 
AnswerRe: How can I append LPTSTR to CStirng Pin
Laxman Auti8-Jun-06 22:45
Laxman Auti8-Jun-06 22:45 

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.