Cman2020 0 Newbie Poster

Hello guys help pls i'm trying to populate data from MS Database to list-view

string Collect_FULL = "SELECT  FirstName, MiddleName, LastName, " +
            " Gender, DoB, Dependents, Address + ', ' +  City  + ', ' +  State  + ', ' +  ZipCode AS Address, PhoneNumber, MobileNumber 
            " Status FROM  Employee_Table   ORDER BY EmployeeID ASC";

after i run the the app (using C#) only of the infomation populate and i have several names can anyone pls help??????

thanks in advance