% dim RSCOUNT set RSCOUNT = server.createobject("adodb.recordset") SQLCOUNT = "SELECT ID FROM guests" RSCOUNT.Open SQLCOUNT, Conn, 1, 3 dim totalCount totalCount = RSCOUNT.recordcount RSCOUNT.close set RSCOUNT = nothing %>
|
|
<%=totalCount%>
|
|||||||||||
| © Copyright 2007 | ||||||||||||