• hey

    I have this page which is fairly popular (www.fjandinn.com/arthur). Once in a while the brinkster account closes down due to some sort of error in their mySQL server. Recently I received an email from brinkster telling me that I need to close the connections of my visitors with the following code:

    oConn.Close
    Set oConn = nothing

    The problem is; I have no idea where to put this code. In which file(s) and above or below what.

    Can anyone help explain this to me like I’m a 5 year old?

    Thanks.

  • The topic ‘Closing a sql connection’ is closed to new replies.