home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / tema / fp98b2 / data.1 / DB_EndBotASP.txt < prev    next >
Text File  |  1997-07-30  |  285b  |  13 lines

  1. <%
  2.                 ' Close the loop iterating records
  3.                 fp_rs.MoveNext
  4.             Loop
  5.         End If
  6.         fp_rs.Close
  7.     ' Close the If condition checking for a connection error
  8.     End If
  9. ' Close the If condition checking for a parse error when replacing form field params
  10. End If
  11. set fp_rs = Nothing
  12. %>
  13.