Hi,
I've an old DNN that use ObjectQualifier and been upgrade to latest DNN, the previous developer create some complex StoreProcedured that doesn't use ObjectQualifier.
Because of performance issue, to speed up I try to run it with DataReader:
`var completeCourses = CBO.FillCollection(DataProvider.Instance().ExecuteReader(SP_CompletedCourse, userIds, timePeriodId);`
The problem with code above, it looking for StoreProcedure with ObjectQualifier `{objectQualifier}SP_CompletedCourse` that not exist.
Is it possible to ExecuteReader without {objectQualifier} ? If it not possible, I probably will end up duplicate the SP
These Forums are dedicated to the discussion of DNN Platform.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.