2
Answers

What is the correct syntax?

Hello

See this code in a C# program: how can i use the value 'John' in this sql-statement? I tried this but gives nothing

sql="select name from clients where clients=' " + "John' "; 

Thanks

V

Answers (2)