Ciao Ragazzi
vorrei utilizzare la funzione match su db MySql
ho capito che la tabella deve essere MyIsam e la sintassi della stringa sql deve essere questa:
SQL="select * from tabella where MATCH(NOME, CITTA) AGAINST('ale milano') > 0.001"
i campi sul db sono due campi varchar
mi restituisce:
Microsoft OLE DB Provider for ODBC Drivers error '80040e21'
ODBC driver does not support the requested properties.
devo fare qualcosa sul database? Impostare qualcosa? Come interfaccia per mysql uso Navicat...
![]()
![]()
![]()