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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top