here is the code
I'm getting the field names in the DataGridView but not the values
here is the screenshot.Code:_string = "select Employer.CompanyName,Employee.Firstname from Employee inner join Employer on Employee.IDEmployer = Employer.EmployerID"
![]()




Reply With Quote