Results 1 to 2 of 2

Thread: Objects set top nothing - recordsets closed?

  1. #1
    ROD Guest

    Objects set top nothing - recordsets closed?

    My servers records show some problems my your site due to poor ASP scripting.
    They have suggested that I ensure that my objects are set to
    nothing after use and that my DB connections and recordsets were closed
    and set to nothing.

    I am a mere novice - Can someone give my some rough guidelines as how to do this?

    thanks

    Rod

  2. #2
    John Guest

    Objects set top nothing - recordsets closed? (reply)

    Hi Rod,

    Set x=Nothing is the syntax for that. ASPdb closes all connections immediately after retrieving or update the data so you don't have to worry about that.

    Thanks,
    John


    ------------
    ROD at 7/18/00 3:31:08 PM

    My servers records show some problems my your site due to poor ASP scripting.
    They have suggested that I ensure that my objects are set to
    nothing after use and that my DB connections and recordsets were closed
    and set to nothing.

    I am a mere novice - Can someone give my some rough guidelines as how to do this?

    thanks

    Rod

Posting Permissions

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