hi there i have a database called employee and in that there is a table called EmpDetails and in that there is column namely firstname awhat i want to do is to return all the first names in the database.
i am using the 3 tier architecture.
from the dbcommection after executing a select query a datatable is being returned to the DAO class what from there how do i send the information to the Business layer
appricieate help
thanx