Hello all,
I am having some difficulty getting a extended stored proc to work on SQL2000 on a 2000 box. I wrote an extended proc that uses tcp/ip to send specified data to a specified ip and port. I wrote it in c++7 (.net) and installed it on MSDE sql2000 on my xp box and it runs perfect. Then I try copying my dll to the binn folder on a win2000 box, installed the .net redist and service pack 2, register the proc/dll in query analyzer successfully but when I run it now I get the error:
ODBC: Msg 0, Level 16, State 1
Cannot load the DLL XPROC_Swipe_Notifier.DLL, or one of the DLLs it references. Reason: 126(The specified module could not be found.).
I am confused now. It runs on sql2000 MSDE on my xp box but not on my sql2000 MSDE on my 2000 box. Since I wrote it in c++7 I installed the framework redist but still no go.
Any ideas?
Thanks,
Mike
I am having some difficulty getting a extended stored proc to work on SQL2000 on a 2000 box. I wrote an extended proc that uses tcp/ip to send specified data to a specified ip and port. I wrote it in c++7 (.net) and installed it on MSDE sql2000 on my xp box and it runs perfect. Then I try copying my dll to the binn folder on a win2000 box, installed the .net redist and service pack 2, register the proc/dll in query analyzer successfully but when I run it now I get the error:
ODBC: Msg 0, Level 16, State 1
Cannot load the DLL XPROC_Swipe_Notifier.DLL, or one of the DLLs it references. Reason: 126(The specified module could not be found.).
I am confused now. It runs on sql2000 MSDE on my xp box but not on my sql2000 MSDE on my 2000 box. Since I wrote it in c++7 I installed the framework redist but still no go.
Any ideas?
Thanks,
Mike