p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > Microsoft Office > Access and Access VBA > Access
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
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.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old January 9th, 2004, 10:06 AM
Registered User
Points: 15, Level: 1
Points: 15, Level: 1 Points: 15, Level: 1 Points: 15, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jun 2003
Location: , , .
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #2 (permalink)  
Old January 13th, 2004, 05:23 AM
Registered User
Points: 15, Level: 1
Points: 15, Level: 1 Points: 15, Level: 1 Points: 15, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jun 2003
Location: , , .
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #3 (permalink)  
Old April 4th, 2005, 01:01 PM
Registered User
Points: 2, Level: 1
Points: 2, Level: 1 Points: 2, Level: 1 Points: 2, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Apr 2005
Location: , , .
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.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
The Following User Says Thank You to bakour For This Useful Post:
mikerg (September 8th, 2009)
  #4 (permalink)  
Old September 19th, 2006, 03:37 PM
Registered User
 
Join Date: Sep 2006
Location: , , .
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #5 (permalink)  
Old September 8th, 2009, 01:44 PM
Registered User
Points: 3, Level: 1
Points: 3, Level: 1 Points: 3, Level: 1 Points: 3, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
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~
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #6 (permalink)  
Old October 3rd, 2009, 04:54 PM
Registered User
Points: 3, Level: 1
Points: 3, Level: 1 Points: 3, Level: 1 Points: 3, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
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 :)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

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 02:40 AM
Open a table selected in a html form SKE Classic ASP Databases 0 May 17th, 2005 09:59 AM
ADO + Open Table tjs206 Access 2 February 3rd, 2004 12:16 PM



All times are GMT -4. The time now is 04:56 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc