<%@ Language=VBScript %> <% option explicit %> <% dim confNum, deptName confNum = cInt(request.QueryString("ID")) Dim oConn, oRs Dim connectstr, sDSNDir Dim db_name, db_username, db_userpassword Dim dsn_name dsn_name = "access_memorial2" 'assumes that _dsn exists in the root sDSNDir = Server.MapPath("/_dsn") connectstr = "filedsn=" & sDSNDir & "/" & dsn_name 'response.write("connect string is:" & connectstr & "
") Set oConn = Server.CreateObject("ADODB.Connection") 'response.write("before oConn open
") oConn.Open connectstr 'response.write("after oConn open
") Set oRs = Server.CreateObject("ADODB.Recordset") dim strSQL strSQL = "SELECT * FROM registration where seqnum = " & confNum oRs.Open strSQL,oConn,1,3,1 'response.write("after rs open
") if not oRS.EOF then deptName = oRs("Dept_name") else server.transfer("error.asp") end if %> LACoFD Memorial Thank You

Tedmund D. Hall

August 30th, 2009

Arnaldo Quinones

 

Thank You

On behalf of the Hall and Quinones familes, and the entire County of Los Angeles Fire Department, we offer our heartfelt thank you for being there in our hour of need. We appreciate your support in honoring our fallen brothers, Tedmund D. Hall and Arnaldo Quinones.

WE WILL NEVER FORGET...

Sincerely,

The County of Los Angeles Fire Department