Hi
I am trying to call an Active X DLL(written in Visual Basic) from an extended stored procedure.
I can create the object token OK.
When I try to call a method as follows (i.e. Connect to a DB using ADODB) using the following command
EXEC @hr = sp_OAMethod @object, 'ConnectDb', @returnval...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.