![]() |
|
|
+ Search |
![]()
|
Jul 17th, 2000 05:16
unknown unknown, Bruce Anwyl
Yes, like this:
sqlStmt = "SELECT Count(Alumni.ID) AS CountOfAlumni
FROM Alumni"
Set rsCount = connDB.execute(sqlStmt)
TotalAlumni = rsCount("CountOfAlumni")
There are <% Response.Write(TotalAlumni) %> registered Alumni.
© 1999-2004 Synop Pty Ltd