Etended Procedures

  • 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.


    Thanks in Advance,

    Phillip

  • 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


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply