In October 2006, the exhibition received an Award for Exhibition Excellence from the Western Museums Association.
")
Str=Replace(Str, CHR(10), "
")
FormatStr = Str
End Function
'Dimension variables
Dim adoCon 'Holds the Database Connection Object
Dim rsGallery 'Holds the recordset for the records in the database
Dim strSQL 'Holds the SQL query to query the database
Set adoCon = Server.CreateObject("ADODB.Connection")
adoCon.Open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("../data/quonset2005.mdb")
Set rsGallery = Server.CreateObject("ADODB.Recordset")
xID = Request.QueryString("id")
If xID <> "" then
%>
Photo Credit: " & rsGallery("Credit") & "
") end if end if Else %>