Page 1 of 1

'equivs' not allowed in query

Posted: Fri Jul 27, 2007 11:09 am
by sroth
I have the following query and receive the message: 'equivs' not allowed in query

select $rank rank, ArtistID, Name, FriendlyName from Artist WHERE Name\FriendlyName LIKER `red';


I have these two setting before the query is executed:
<apicp keepeqvs 1>
<apicp ueqprefix eqvsusr.lst>


Am I missing a setting?

'equivs' not allowed in query

Posted: Fri Jul 27, 2007 11:21 am
by sroth
Found the solution:

<apicp alequivs 1>