%@ LANGUAGE="VBSCRIPT" %> <% id = request.querystring("id") if id = "" then response.redirect "portfolio.asp" end if strSQL = "select * from Projects where ID=" & id rs.open strSQL, conn if rs.EOF then response.redirect "portofolio.asp" else id = rs("ID") Name = rs("Name") Domain = rs("Domain") Summary = rs("Summary") Description = rs("Description") Objectives = rs("Objectives") Role = rs("Role") Timescales = rs("Timescales") TechOS = rs("TechOS") TechWebServer = rs("TechWebServer") TechApp = rs("TechApp") TechDB = rs("TechDB") TechDesign = rs("TechDesign") TechConstruction = rs("TechConstruction") Status = rs("Status") StartDate = rs("StartDate") CompletionDate = rs("CompletionDate") end if rs.close %>
|
|
|||||||||||||||||||||||||||||||||||||
|
|