Filename: data_conn_close.asp Use: Access database connection strings. Include in your ASP page to close an Access database.
<% RecordSet.Close Set RecordSet = Nothing
Set cmdDC = Nothing DataConnection.Close Set DataConnection = Nothing %>