Click here to Skip to main content
15,885,792 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
hi1

I am doing a project called e banking stimulator for that i have to connect
the server(my system) with database(sql).I had created the data table.when i run the programe in visual studio 6.0 it didn't provide any error but when i run it in visual studio 2005 it provides 'C' string error. I want to know whats that error and how to eradicate that error.
Posted

That means your code is not valid C++, or you're using the CString class which has changed. If you posted some code, and the ACTUAL error message, then perhaps we could help with your homework.
 
Share this answer
 
Usually, compiler reported errors are pretty informative.
You should read carefully what actually the error message says, and which line of code it points to. Afterwards, if you are still stuck, then try to post the exact error message here.
:)
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900