Results 1 to 3 of 3

Thread: use ASP to call DLL obj

  1. #1

    Thread Starter
    Lively Member Cerebrate's Avatar
    Join Date
    May 2000
    Posts
    82

    Unhappy

    I created a SQL server database, and I try to use vb to create a dll file to open the database. and then I want to call that DLL file from an ASP so I can output the table on the web page.
    but I always got this error message:

    "Object variable or With block variable not set"

    please help me, I have been working on this for a very long time, and it's driving me crazy.

    this error happens when I try to call the function.
    ASP code:
    '<%
    set t=server.createobject("dbt.table")
    response.write t.getRS
    '%> ^^^^^

    please help me.

    Thanks

    Cerebrate@

  2. #2
    Addicted Member
    Join Date
    May 2000
    Posts
    142
    i had a similar error with some VB code I was writing..

    the code worked fine in the morning.. then all of sudden i started getting that error.. it was very frustrating!

    i ended up just deleting the sub() that was giving me the error and worked around it.... very annoying.

    i'm sorry i could not be more help

  3. #3
    Guest
    check the asp forum where this was cross-posted. evil cross-poster...

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