Hi Trent.Trent L. Taylor (09/09/2008)
Marcia,
I think that there is a disconnect here somewhere as StrataFrame does not call sp_executesql anywhere...if in fact we did then I would have to agree with your husband that this would be bad practice. But I can assure you that we do not call this method anywhere within the framework. Now if you saw this popup within a profiler then it could be a downstream SQL call coming from someplace outside of the framework...I have actually seen SQL Server execute this sproc within a profiler before...but just to put your concern to rest, we do not explicitily call sp_executesql anywhere within the framework nor will we ever.
Thanks for putting my mind at ease
. I do not know why we were seing the calls to SP_EXECUTESQL when the browse dialog was doing its searching. My husband just assumed that it was the framework.
You guys seem pretty bright, so I could not imagine you putting in something that is such a big security hole.
BTW, now that I am getting comfortable with the basics of how the framework works, I am getting really productive. My client will be suitably impressed with how far I have gotten with this project in just over a week. Keep up the good work!