here is the code
I'm getting the field names in the DataGridView but not the values

Code:
_string = "select Employer.CompanyName,Employee.Firstname from Employee inner join Employer on Employee.IDEmployer = Employer.EmployerID"
here is the screenshot.
Name:  Sql_Join_error.jpg
Views: 1691
Size:  7.3 KB