I have that code:
and I am getting the following error message:
Operator "&" is not defined for string "SELECT * FROM Floors Where [B_ID" and type 'DataRowView'
any idea please
VB.NET:
Dim SqlCmd As String
SqlCmd = "SELECT * FROM Floors Where [B_ID]=" & Buildings_List.SelectedValue
Operator "&" is not defined for string "SELECT * FROM Floors Where [B_ID" and type 'DataRowView'