Originally posted by: Michael,Kerr
I get a problem when using stored procedure in my VC program.In a class
I inherited from CRecordSet,I change the core section of GetDefaultSQL()
function to as below:
"{CALL mystoredfunctionname(4000)}",but when program is running.it shows
a message "illegal descriptor Operation"(I am using the chinese version
of VC5) and I get nothing.I want to know how to correct this problem.
Thank you.