Forum Moderators: open
The ODBC screen shows a successful connection when I test.
The mySQL-Front connects without a problem.
But the Connection string I'm using for ASP throws an error:
[MySQL][ODBC 3.51 Driver]Access denied for user 'ODBC'@'localhost' (using password: NO)
Here is the connection string:
var connStr ="Driver={MySQL ODBC 3.51 Driver};server=localhost;Database=charms;Option=1,user=#*$!xxx password=xxxxxx";
The username and password are good, they work in the other programs, but not the query string.
Is there something ELSE I have to allow in W2003 to allow this?
Thanks.