I need to execute a Store Procedure with
VB 6. When i execute the program i receive the next message optional caracteristic is not implemented. ¿what is the problem? the execution stop in the last line.
cmdorders.ActiveConnection = MASTER
cmdorders.CommandType = adCmdStoredProc
cmdorders.CommandText = "SPVENTAXPERIODO"
cmdorders.Parameters.Append cmdorders.CreateParameter("@fecha1", adDate, adParamInput, , CldInicial.Value)
cmdorders.Parameters.Append cmdorders.CreateParameter("@fecha2", adDate, adParamInput, , CldFinal.Value)
Set rsorders = cmdorders.Execute