Thread
:
ASP - get number of records in a table?
View Single Post
08-19-2005, 06:00 PM
#
1
(
permalink
)
ez2c
Member
Join Date: Aug 2005
Location: Texas
Posts: 40
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 "
,
conn
,
1
,
1
response
.
write rs
.
recordcount
%>
thanks
ez2c
View Public Profile
Send a private message to ez2c
Find More Posts by ez2c
Sponsored Links