开发者

Microsoft Access Database: How to Remove User & Password settings

I've got a MS Access database here that I can open in Access 2007 using a modified shortcut like this:

"C:\Program Files\Microsoft Office\Office14\MSACCESS.EXE" "C:\Temp\cat32.mdb" /wrkgrp "C:\Temp\cat32.mdw" /user "admin95" /pwd "somepassword"

I'm trying to import this database into our SQL Server environment, but pointing SQL Server at the Access databa开发者_如何学Cse I want to import fails because I am logged in as another user. There is, in fact, no such user as admin95.

I could spend a few days writing a program that opens the database and copies everything over, but I'd rather just find a way to remove the owner tags or password requirements.

Notice, I don't think I can just remove the Password! I need to somehow add or change the Owner as well.


With a bit of luck:

  • Check the permissions of every object that you need to access, including the database itself.
  • Give full rights to user admin on all objects, or put Admin in the same groups as admin95
  • Then finally remove password of user admin. You are done (maybe). If it works, you can now open the db without reference to the

This is all done using the Tools, Security menu.

If that's unsuccessfull, try creating a blank db (without security) and export all objects from your locked mdb to that new mdb.

Hope it works, good luck. More reading here.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜