Where is the wrong in this SQL Query?
Hi guys
Can anyone tell me where is the wrong in this SQL Query?
Dim selectedCompany As String = cbCompany.SelectedValue
cm = New SqlCommand("Select distinct City From Staff Where Company='" + selectedCompany + "'", cn)