Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by erstwhileShirker

  1. erstwhileShirker

    ADODB Connection and Recordset resource handling

    Not using set was indeed the cause of the error. Thanks for your comments.
  2. erstwhileShirker

    ADODB Connection and Recordset resource handling

    The code above does use set, it works. Sorry the original post is a bit unclear however. I'm trying to return a connection object from a function, use that connection object to call set rs = conn.execute(...) three times, then close the connection conn.close set conn = nothing THe code that...
  3. erstwhileShirker

    ADODB Connection and Recordset resource handling

    Working on ASP page which returns the results of three ADODB queries to populate drop down menus. If I return from connection from a function, it does not seem to work. Is this because the type of the returned value in VBScript is Variant? If the connection is returned, then it can be closed...

Part and Inventory Search

Back
Top