How to display 3 records of a database?

  • Thread starter Thread starter Cor Ligthert
  • Start date Start date
C

Cor Ligthert

Hi Miquel,

Did you not got my message with the link about the resource kit, I thought
that this sample of yours is in more ways in it.

If it is an SQL/MSDE or Access database is for the program almost the same,
for the first two you use SqlClient and for the last OleDb.

Cor
 
Hello,

I am working in and ASP.net / VB web site with Access database. I have a
database of books with the following fields:

PrimaryKey; Book Title; Author

I want to display in a web page the names of the 3 Authors which appear more
often in the database.
Basicly i want to display the names of the authors that published more
books.

John Smith - 21 Books Published
Mary Dias - 15 Books Published
Jack Slater - 12 Books Published

Can you help me out?

Thank You Very Much,
Miguel
 
Back
Top