ASP and DLL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Soniad
    New Member
    • Jan 2009
    • 66

    ASP and DLL

    Hi,

    I need tutorial on DLL,as I want to create DB connections and some other reusable functions in it. So, I want step by step method to create DLL and how to call from ASP page.

    Thanks.

    Regards,

    "D"
  • GazMathias
    Recognized Expert New Member
    • Oct 2008
    • 228

    #2
    You would use server.createob ject as long as it is registered, and like any other object you would use object.method to use it.

    Creating a DLL is beyond the scope of this forum, post that question in the forum for the language you intend to use.

    Gaz

    Comment

    Working...