J
Joseph Lu
Hi all,
When I use the below line code to execute a stored procedure , I got a
error as described below:
My code line :
pMyConnect->Execute("EXEC sp_test"
,&RecordsAffected,adCmdProc);
Error :
error C2065: ¡°adCmdProc¡± : non-declared identifier
Could any body tell me why?
Thanks in advance!
Joseph
When I use the below line code to execute a stored procedure , I got a
error as described below:
My code line :
pMyConnect->Execute("EXEC sp_test"
,&RecordsAffected,adCmdProc);
Error :
error C2065: ¡°adCmdProc¡± : non-declared identifier
Could any body tell me why?
Thanks in advance!
Joseph