I'm editing in user directory connector. The string connection works perfect (DRIVER={MySQL ODBC 8.0 ANSI Driver}; SERVER=LOCALHOST; Trusted_Connection=yes; )
But I receive an error that says:
"The user directory connector (UDC) is not configured, because the following error ocurred: One or more of the expected tables hojaa and hojab are not present"
I'm using a very basic database to prove this. This contains two tables called hojaa (with columns id and name) and hojab (with columns id, type and password)