Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access
|
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 Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 9th, 2004, 10:06 AM
Registered User
 
Join Date: Jun 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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
 
Old January 13th, 2004, 05:23 AM
Registered User
 
Join Date: Jun 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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
 
Old April 4th, 2005, 12:01 PM
Registered User
 
Join Date: Apr 2005
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
Default

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:
mikerg (September 8th, 2009)
 
Old September 19th, 2006, 02:37 PM
Registered User
 
Join Date: Sep 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

"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.

 
Old September 8th, 2009, 12:44 PM
Registered User
 
Join Date: Sep 2009
Posts: 1
Thanks: 1
Thanked 0 Times in 0 Posts
Default Thanks for Posting

Quote:
Originally Posted by bakour View 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.
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~
 
Old October 3rd, 2009, 03:54 PM
Registered User
 
Join Date: Oct 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by bakour View 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.
Wow, man you are Ginus :) ... i had same problem and couldn't find solution till i read this post

Thanks a lot for posting :)





Similar Threads
Thread Thread Starter Forum Replies Last Post
"Unknown error" message when trying to open table el_oliver SQL Server 2000 2 January 4th, 2007 04:41 AM
Hide or Disable Table To Open vivek_inos Access VBA 2 December 8th, 2005 09:03 AM
Open a table selected in a html form SKE Access ASP 3 May 19th, 2005 01:40 AM
Open a table selected in a html form SKE Classic ASP Databases 0 May 17th, 2005 08:59 AM
ADO + Open Table tjs206 Access 2 February 3rd, 2004 12:16 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.