View Single Post
Old 08-19-2005, 06:00 PM   #1 (permalink)
ez2c
Member
 
Join Date: Aug 2005
Location: Texas
Posts: 40
Default ASP - get number of records in a table?

Hello,

Are there other way's to get the number of records in a table other then:
PHP Code:
<%
rs.Open "Select * From tablename ",conn11
response
.write rs.recordcount
%> 
thanks
ez2c is offline   Reply With Quote
Sponsored Links