Error "[Microsoft][ODBC Microsoft Access Driver] Not a valid password"

C

Chlaris

Dear all,

If I login using user with limited account, then the application will return
the above error.
But I login as administrator, the application run well.
How to solve this error ?
Thanks.

Chlaris
 
J

John W. Vinson

Dear all,

If I login using user with limited account, then the application will return
the above error.
But I login as administrator, the application run well.
How to solve this error ?
Thanks.

Chlaris

Talk to the administrator of the database (I'm guessing SQL/Server) to which
the ODBC link refers. This isn't an Access error; it's just that your
non-administrator login does not have enough privileges to open the database.
 
Top