i have this sql
select emp_no, lname as "Last Name",fname,mi,date_hired,code,address from tblInfo;
i want to view only emp_no, lname,fname,mi, and date_hired in datagrid
with specified column width example: emp_no = 50 and lname=100
how could i do that?
tnx
