J
JavaGuru
Hey,
I want to do a substring search in a database, and access complains about
the query being too complex, can somebody help ? this is the code :
SELECT *
FROM MOVIES
WHERE InStr(MOVIES.name)=@PARAM
ORDER BY MOVIES.name;
I want to do a substring search in a database, and access complains about
the query being too complex, can somebody help ? this is the code :
SELECT *
FROM MOVIES
WHERE InStr(MOVIES.name)=@PARAM
ORDER BY MOVIES.name;