snowboardr
Programmer
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
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