How to bypass ODBC SQL Prepare

X

XMan

I have this sql code that's unique to SQL2K. I'm using full text indexing

SELECT * FROM CATALOGS
WHERE CONTAINS(DESCRIPTION, '*AUTO*');

Access or ODBC doesn't like this "CONTAINS".

Is there a way to execute this SQL string directly and bypassing ODBC
prepare? TIA
 
Top