So because this is such a open and vague question I have to point you in the direction of the
ADO Tutorial at
www.w3schools.com.
What you need to do to select data from a database is
Code:
Establish a connection to the datasource
Open a recordset based on an SQL command
Ierate through the recordset to display the results
Close the recordset
Close the connection
But without more specific questions that's the best answer I can give!
Look at the ADO tutorial and let us know how you get on, post back if you get stuck