Sunday, March 11, 2012

Calling a stored procedure from a dll

When I call a stored procedure from a dll written in Builder C++, it gets blocked. But if I call the same SP from the main program, it works fine. but I need to call SP from the dll. What's the problem?
Thanks...Run PROFILER and see the activity when trying to call from the .DLL.

Also you can add that SP as extended stored procedure by uisng sp_addextendedproc as specified in the books online.

No comments:

Post a Comment