I have a SQL expression (attached) and need to run it and display the results in a datagrid or similar.Sorry, this must be such a begginer´s question.
Printable View
I have a SQL expression (attached) and need to run it and display the results in a datagrid or similar.Sorry, this must be such a begginer´s question.
Maybe this can help you a bit. You will need acrobat reader to view this site.
http://faculty.washington.edu/burrows/IS320/rev86.pdf
use the LIKE command to compatre string not the = simbol eg. use => "WHERE Country LIKE 'Mexico'"
don't use => "WHERE Country = 'Mexico'"