+ "lineName = ?productLine "
+ "and isVisible = 1 ";
MySqlDataAdapter adap = new MySqlDataAdapter(sql, msc);
adap.SelectCommand.Parameters.Add("?productLine", productLine);
- Loại bỏ các dấu nháy đơn (').
- Thay đổi @ thành?, là tiền tố của các tham số trong truy vấn MySql.