Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2 questions: Counting tables, records in order

Status
Not open for further replies.

snowboardr

Programmer
Feb 22, 2002
1,401
PH
First question:

How do I ouput how many records are in a table and output it to my ASP page. I know it has something to do with this:
SELECT COUNT(column) FROM table but i am un-sure of how to ouput it to my asp page.

Second Question:

How do I display my records by the first letter
a-z?

Thanks in advance.

Jason

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top