0
I have a classic ASP application and I am not able to connect to the database. I have configured all the right settings
stringConexate = "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;"
There are some wrong parameters in my connection string?
What is the error message ?
– Leonardo Bonetti
Says it is not possible to connect to the bank.
– Jefferson Souza
you know how to create an udl to configure and test the connection?
– Leandro Angelo
hello, on the page itself you have the connection string put a "ok" Response.write and run the page to see if it is displaying the "ok" message, if the problem is on a page that calls the connection page as include and report error, see if you’ve enabled the Father path if you use IIS. If possible to help detail your problem better.
– Wilson Rosa Gomes
As you are trying to connect the database of a domain, there you also need to free the port by creating an ODBC, see in the control panel of the domain that there should be, create like you created on the PC.
– Wilson Rosa Gomes