我用vc写了一个扩展存储过程,在此扩展存储过程中有时会用到调用其它动态库中的函数!
我在用SQLServer7/2000调试中,如果扩展存储过程没有执行调用其它动态库的函数就正常,如果调用了就报以下错误:
Stored function 'check_abc' in the library 'abdc.dll' generated an access violation. SQL Server is terminating process 7.Connection Broken是不是扩展存储过程中不能调用其它的动态库或要写成多线程、多进程
我实在是搞不懂!请高手指点!