Khi tôi chỉ có một phép nối bên trong trong câu lệnh SQL của mình, nó hoạt động hoàn hảo. Tôi đã thử tham gia bảng thứ hai và bây giờ tôi gặp lỗi thông báo rằng có lỗi cú pháp (thiếu toán tử). Có gì sai ở đây?
adsFormView.SelectCommand = "SELECT * FROM [tableCourse] INNER JOIN [tableGrade] ON [tableCourse].[grading] = [tableGrade].[id] INNER JOIN [tableCourseType] ON [tableCourse].[course_type] = [tableCourseType].[id] WHERE [prefix]='" & myPrefix & "' AND [course_number]='" & myCourseNum & "'"