December 20, 2005 at 1:35 pm
Has anyone created an extended procedure from a dll that was compiled with VB6. I have created an extended procedure that was compiled with C# but when I use the same methodolgy with a VB6 dll, sql reports error message 127 which indicates it can't find the dll. I have been very careful with the syntax and do not believe the error message.
December 21, 2005 at 6:14 am
vb6 cannot build any dll that can be used as an extended stored proc; you have to do it in C/C++/Delphi or any .NET language.
VB6 can't do it because for a dll to be used as an extended stored proc, it must be a native code dll, and vb6 only creates managed code dlls:
here is one of many citations i found:
http://www.codecomments.com/archive306-2004-5-204555.html
Lowell
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply