% dim rst, strSQL, Txt, cnt, Colour, imgHeight, imgWidth 'Create the Recordset object set Rst = server.CreateObject("ADOR.Recordset") strSQL = "SELECT ChildProfile.* FROM ChildProfile where ChildProfileID=" & Request.QueryString ("ChildProfileID") rst.open strsql,conn imgHeight=120 imgWidth=150 If rst.EOF = false then 'noOfRecords = rst.RecordCount rst.MoveFirst End if %>
|
||||||||||||||||
|