|
|
 |
| Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Access section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

January 9th, 2004, 10:06 AM
|
|
Registered User
|
|
Join Date: Jun 2003
Location: , , .
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Error Could not open table 'MSysAccounts' ...
Hello,
I'm Using ADOX and try to Connect with mdb3x Database (Access97 version ). Everything Is OK, but if I use Provider: "Microsoft.Jet.OLEDB.4.0", I receive an error, '0x80004005' --> 'Unspecified Error' and Description :
"Could not open table 'MSysAccounts' in the workgroup information file.". If I repair this Database with MSAccess, Everything is OK, but I cannot repair it from my program via DAO, OLEDB, MSJRO (that has been interrupted... ). All methods give me same Error.
Any Ideas? Does somebody know which way use MSAccess to repair DataBases ???
P.S. I want to use 4.0 provider, becouse 3.50 and and 3.51, are very bugs.
Regards:
KalliMan
|

January 13th, 2004, 05:23 AM
|
|
Registered User
|
|
Join Date: Jun 2003
Location: , , .
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I found my Solution.
In Cnn String u must Specify System DB path i.e. Your Connection String must be :
L"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\\MyDB.mdb;Jet OLEDB:System database=C:\\System.MDW" !
KalliMan
|

April 4th, 2005, 01:01 PM
|
|
Registered User
|
|
Join Date: Apr 2005
Location: , , .
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
|
|
I had the same problem. But the solution was to change the database name from system.mdb. The problem will stay if you have a database called system.mdb in that directory. I found the solution accidently.
|
|
The Following User Says Thank You to bakour For This Useful Post:
|
|

September 19th, 2006, 03:37 PM
|
|
Registered User
|
|
Join Date: Sep 2006
Location: , , .
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
"Could not open table 'MSysAccounts' in the workgroup information file."
I received this error when trying to migrate an access 2000 DB to SQL 2005 using the migration assistant.
DB name was system.mdb!
Changed the name and voila.
Thanks bakour.
|

September 8th, 2009, 01:44 PM
|
|
Registered User
|
|
Join Date: Sep 2009
Posts: 1
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Thanks for Posting
Quote:
Originally Posted by bakour
I had the same problem. But the solution was to change the database name from system.mdb. The problem will stay if you have a database called system.mdb in that directory. I found the solution accidently.
|
I have had the same problem and no-one seemed to know why.
After reading your post it all became clear.
Thanks for posting your solution.. It helped me no-end
Regards from
~Mike~
|

October 3rd, 2009, 04:54 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by bakour
I had the same problem. But the solution was to change the database name from system.mdb. The problem will stay if you have a database called system.mdb in that directory. I found the solution accidently.
|
Wow, man you are Ginus :) ... i had same problem and couldn't find solution till i read this post
Thanks a lot for posting :)
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |