J
JavaGuru
I'm new to access, with some Transact-SQL experience.
How about this code , it doesn't find the movie "terminator" from the param
"term":
SELECT *
FROM MOVIES
WHERE MOVIES.name LIKE "@PARAM" or name = @param
ORDER BY MOVIES.name;
What can i do to make it work?
/adrian
How about this code , it doesn't find the movie "terminator" from the param
"term":
SELECT *
FROM MOVIES
WHERE MOVIES.name LIKE "@PARAM" or name = @param
ORDER BY MOVIES.name;
What can i do to make it work?
/adrian