Forum Moderators: open
I've installed the myODBC Connector as usual (works in 2000) but in 2003 it's not connecting - throwing an error, something about upgrading to a newer mySQL client (which 4.1 is the current latest production I believe).
All the code is the same from 2000 to 2003.
Is there a setting in IIS 03 I need to worry about? Can't find it. ASP, etc. are enabled.
Funny thing though, I can connect with a .NET connector for my .NET (aspx) pages. It's just regular ASP through ADODB
THANKS
Here is the error:
[MySQL][ODBC 3.51 Driver]Access denied for user 'ODBC'@'localhost' (using password: NO)
And here is my usual connection string (been using it for years without incident):
var STRINGSQL ="Driver={MySQL ODBC 3.51 Driver};server=localhost;Database=charms;Option=1,user=#*$!x password=#*$!xxxxxx";
thanks.