<%@ LANGUAGE="VBScript" %> <% ' ' Open Database ' Set Connection = Server.CreateObject("ADODB.Connection") Connection.Mode = adModeRead Connection.Open phdb_rd SQLt="" SQLt=SQLt &"" SQLt=SQLt &"" set RS=connection.Execute(SQLst) %> RHIC Parameters <% Connection.Close Set RS=nothing Set Connection=nothing %>