Ever Wanted to Own and Operate a Fully Featured Dynamic DNS Service?
Now You Can With MintDNS 2009 Enterprise - - Our Award Winning Dynamic DNS (DDNS) Server Suite!!!
It's never been easier to run your own DDNS service.

Looking for free Dynamic DNS (DDNS) services? Please use our free DDNS service at http://www.dynddns.us

MintDNS Knowledge Base



Go Back
Microsoft OLE DB Provider for ODBC Driverserror 80040e4d
 
Error Text: Recieved on any page.
Microsoft OLE DB Provider for ODBC Driverserror '80040e4d'
[Microsoft][SQL Native Client][SQL Server]Cannot open database "mintdata" requested by the login. The login failed.
/reg.asp, line 45

Resolution:
1. Ensure Mixed Mode Authentication is enabled
2. Create a new SQl login
3. View the new users properties and create a mapping to the mintdata database. "Use db_datawriter and db_datareader groups"
4. View properties for the mintdata database and select permissions. Select the new user and add the following privileges.

    a. Update
    b. Select
    c. Insert
    d. Execute
    e. Delete
    f. Ensure 'Connect' is selected

Edit your global.asa and assign the user to a connection string.
E.G.
Application("Connectit") = "Driver={SQL Native Client};Server=localhost;Database=mintdata;UID=newuser;PWD=newpassword;"


Go Back