<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
%>
| Yazılış tarihi: <%=(Recordset1.Fields.Item("date").Value)%> |
| Yazılış yeri: <%=(Recordset1.Fields.Item("location").Value)%> |
| |
| |
<% sCommentValue = Recordset1.Fields.Item("comment").Value %>
<% if isnull(sCommentValue) then sCommentValue = "" end if %>
<%=replace(replace(sCommentValue, vblf, vbcrlf), vbcrlf, " ") %> |
|
 " border="1" /> |
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset1.MoveNext()
Wend
%>
Kayıt <%=(Recordset1_first)%> görüntüleniyor - Toplam kayıt sayısı <%=(Recordset1_total)%>