Results 1 to 3 of 3

Thread: DLL problem

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2001
    Posts
    31

    Question DLL problem

    Hello again,
    Here is the problem I am facing. I have written a DLL in VB that FTPs a file to a server. I've written a test app to test/debug my DLL. I runs like a charm on my PC, so I compiled it and copied it to our server. I registered it and created a SQL stored procedure to call an instance of that DLL. I am getting the following error:

    OLE Automation Error(s)Information
    HRESULT: 0x800a8bab
    Source : ODSOLE Extended Procedure

    Is there something else I should be doing?

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Does the server have all the required dependence files (MDAC...) and are they the right version?

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2001
    Posts
    31
    Yes, I've re-installed the DLL. Now I'm not getting any errors within the stored proc, but it doesn't seem to ftp the file. It goes through all its steps, doesn't return an error, but just doesn't do the actual FTP.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width