I have a classic ASP application and I can not connect to the database. I set up all the right faces
stringConnection = {DRIVER = {MySQL ODBC 5.3.9 ANSI Driver}; SERVER = localhost; DATABASE = asseitsesi.com.br; UID = root; PWD =; Ignore Prepare = true; Connection Timeout = 10; Option = 3 ; "
Are there any wrong parameters in my connection string?