Access
It seems like a common mistake, I rummaged through many forums, including Google, tried many different instructions, but I failed to get rid of the error with the text "Enter the database password", of course I did not set any password earlier. Now I sit and think either I have done something, or xs in general ...I can advise you a couple of sources http://hiprog.com/forum/read.php?id_forum=1&id_theme=11780&page=1
http://accessoft.ru/forum/index.php?showtopic=1516
Database repair http: // www .oemailrecovery.com / ru / access_repair.html
Or so try
1. Check the database path
2. Make sure your database is not exactly password protected
3. In the DAO interface description, the function is described as function OpenDatabase (const Name: WideString; Options, ReadOnly , Connect: OleVariant): Database; safecall; try to rearrange the password field to 2nd place
4. If nothing works, export the tlb file (Menu projects / Import Type Library) for DAO and use it already.