Connection - Access Denied.....!!!
Når jeg forsøger at connecte til min MySQL DB ved hjælp af:DBConnect = \"driver={MySQL};server=localhost;database=69data\"
Set DBConnection = Server.CreateObject(\"ADODB.Connection\")
DBConnection.Open DBConnect,2,2
Får jeg følgende fejl.....
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[TCX][MyODBC]Access denied for user: \'2@localhost\' (Using password: YES)
/ml/includes/user.asp, line 385
Hvad gør jeg galt????
