Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
SqlHelper->ExecuteNonQuery(strConnectionString, CommandType::StoredProcedure, "STP_InsertUser", spParameter);


in C++ i am getting error not defined please help me - tell me can we use sqlHelper if then which namespace or header file we require.
Posted
Updated 5-Aug-14 2:53am
v2

1 solution

look in the source from where you copied the code. The SqlHelper is an object.

Maybe of this class.
 
Share this answer
 

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