2
votes
votes
2 answers
Syntax problem in C#
I'm using Visual Studio C# 2010 Express. My code: string clave = txtBuscar.Text.Trim(); dta = new OleDbDataAdapter("Select * from cursos where nombre LIKE '" + clave + "%' || acudiente LIKE '" + clave + "%' || ...
