Click here to Skip to main content
15,911,707 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Error in Query execution Pin
Naveen17-Sep-06 23:50
Naveen17-Sep-06 23:50 
GeneralRe: Error in Query execution Pin
toxcct17-Sep-06 23:55
toxcct17-Sep-06 23:55 
GeneralRe: Error in Query execution Pin
Nibu babu thomas17-Sep-06 23:58
Nibu babu thomas17-Sep-06 23:58 
GeneralRe: Error in Query execution Pin
Naveen18-Sep-06 0:03
Naveen18-Sep-06 0:03 
GeneralRe: Error in Query execution Pin
toxcct18-Sep-06 0:06
toxcct18-Sep-06 0:06 
GeneralRe: Error in Query execution Pin
Naveen18-Sep-06 0:09
Naveen18-Sep-06 0:09 
GeneralRe: Error in Query execution Pin
vc++_fragrance18-Sep-06 0:03
vc++_fragrance18-Sep-06 0:03 
GeneralRe: Error in Query execution Pin
toxcct18-Sep-06 0:10
toxcct18-Sep-06 0:10 
tejaswini.g wrote:
SQLCHAR SQL[] = "SELECT EmpID,Salary FROM Employee WHERE EmpName='"+pbuff +"'";


change into this :

SQLCHAR SQL[] = CString("SELECT EmpID,Salary FROM Employee WHERE EmpName='") + csStr + "'";


TOXCCT >>> GEII power

[VisualCalc 3.0  updated ][Flags Beginner's Guide  new! ]

QuestionUnhandled Exception in CHtmlEdit.exe (MFC042D.DLL): 0*C0000005 : Access Violation error Pin
Roxy00717-Sep-06 23:16
Roxy00717-Sep-06 23:16 
QuestionGet current HINSTANCE? Pin
Sydes17-Sep-06 22:56
Sydes17-Sep-06 22:56 
AnswerRe: Get current HINSTANCE? Pin
_AnsHUMAN_ 17-Sep-06 23:00
_AnsHUMAN_ 17-Sep-06 23:00 
QuestionRe: Get current HINSTANCE? Pin
David Crow18-Sep-06 5:26
David Crow18-Sep-06 5:26 
Questionhow to include VCL.h in vc++ Pin
zareee17-Sep-06 22:18
zareee17-Sep-06 22:18 
AnswerRe: how to include VCL.h in vc++ Pin
Christian Graus17-Sep-06 22:24
protectorChristian Graus17-Sep-06 22:24 
QuestionAssigning Control ID. Pin
Pratheep Kenny17-Sep-06 20:59
Pratheep Kenny17-Sep-06 20:59 
AnswerRe: Assigning Control ID. Pin
Rinu_Raj17-Sep-06 21:09
Rinu_Raj17-Sep-06 21:09 
GeneralRe: Assigning Control ID. Pin
Pratheep Kenny17-Sep-06 21:13
Pratheep Kenny17-Sep-06 21:13 
GeneralRe: Assigning Control ID. Pin
Naveen17-Sep-06 21:36
Naveen17-Sep-06 21:36 
GeneralRe: Assigning Control ID. Pin
Nibu babu thomas17-Sep-06 21:57
Nibu babu thomas17-Sep-06 21:57 
GeneralRe: Assigning Control ID. Pin
Hamid_RT17-Sep-06 22:26
Hamid_RT17-Sep-06 22:26 
AnswerRe: Assigning Control ID. Pin
prasad_som17-Sep-06 21:46
prasad_som17-Sep-06 21:46 
AnswerRe: Assigning Control ID. Pin
_AnsHUMAN_ 17-Sep-06 21:58
_AnsHUMAN_ 17-Sep-06 21:58 
AnswerRe: Assigning Control ID. Pin
David Crow18-Sep-06 5:28
David Crow18-Sep-06 5:28 
QuestionWant to make my exe as service Pin
Kiran Pinjala17-Sep-06 20:51
Kiran Pinjala17-Sep-06 20:51 
AnswerRe: Want to make my exe as service Pin
ashokbngr17-Sep-06 21:03
ashokbngr17-Sep-06 21:03 

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.