%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim Get_Section_Details__MMColParam Get_Section_Details__MMColParam = "-1" If (Request("MM_EmptyValue") <> "") Then Get_Section_Details__MMColParam = Request("MM_EmptyValue") End If %> <% Dim Get_Section_Details Dim Get_Section_Details_numRows Set Get_Section_Details = Server.CreateObject("ADODB.Recordset") Get_Section_Details.ActiveConnection = MM_client_database_STRING Get_Section_Details.Source = "SELECT * FROM Sections WHERE section = '" + Replace(Get_Section_Details__MMColParam, "'", "''") + "'" Get_Section_Details.CursorType = 0 Get_Section_Details.CursorLocation = 2 Get_Section_Details.LockType = 1 Get_Section_Details.Open() Get_Section_Details_numRows = 0 %>
/images/logos/favicon.ico" type="image/x-icon"> /images/logos/favicon.ico" type="image/x-icon"> <% 'extract the title for this page from the name 'of the file. this obviously relies on the fact 'that someone has given it a nice name ScriptName=CStr(Request.ServerVariables("SCRIPT_NAME")) 'Response.Write (ScriptName) + "
|
|||||||||||||