472,331 Members | 1,412 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,331 software developers and data experts.

Error 3800: AOIndex is not an index in this table

Dear Colleagues,

MS-Access 2000
After compacting and repairing a database...

"AOIndex is not an index in this table."

Error 3800
Shows up when attempting to open or manipulate the database in any way.
Can be displayed twice upon attempting to open with Access.

This is obviously a special version of "AOIndex" and easily
recognizable.

After reading many posts on the matter, response after response is the
same.

They dont need to know how to prevent it. They know what they shoulda,
coulda, woulda done!
They dont need to know how to troubleshoot it. They already know what's
wrong!
Compact and Repair, JetComp, Import, Decompile...PKSolutions, what?

Is anyone paying attention?

ACCESS WONT ALLOW ANY ATTEMPT TO MANIPULATE THE FILE BECAUSE OF THE
ERROR!

Dont waste anyone's time with all that tripe.

They need to know how to solve the problem.
The solution is known and available or not. Simple process.

After a few hundred readings of google posts, the pattern became very
Commercially clear.

This infamous "AOIndex" is everywhere on google groups and all I've
learned is to associate it
with PKSolutions. Things that make you go hmmm...

Now, how do you suppose they sleep at night? I guess money can make for
a comfy mattress.

I'm disgusted with how this is allowed on this forum!

You trolls already know those suggestions wont work, since 1999.
Once I figure out how to repair this index, I will tell everyone, and
then Mr. Miller at PKsolutions and other thieving vulturous trolls can
kiss my Access.

MVP, right. Most Vile Predator.

It's over!

Nov 13 '05 #1
5 11972
pks
Jasen,

Do you feel better now? Yes, Access can be frustrating, but I think
your rant is misdirected. I have personally been satisfied with the
recovery work done by Peter Miller for a client of mine. If you don't
like Access, there are other packages out there--some free and some
not--but be prepared to put in some time learning how to use them. One
thing Microsoft does very well is "dumbing down" the computer so that
the average person can use it. And Access it is nowhere near as
expensive as some db programs out there.

Yes, there are trade-offs when you focus on accessibility, and database
corruption can be a nightmare. You can limit it with good practices,
healthy networks, and reliable systems, but it can still happen. Even
in other databases.

When you figure out that fix, please be sure to post it. I haven't got
the time to put in all that research, and so I'm happy to utilize
someone else who's got it down. I've no quarrel with those who make a
living utilizing their knowledge in the service of others. In fact,
I've been known to do the same thing. As an aside, in our limited
contact I found Mr. Miller to be professional, helpful, in fact a
decent guy.

And a further thought--if you frequently run into this issue, there are
better options other than paying for per-incident services. Or ranting
about those who can help you. One that jumps to mind is finding and
fixing the root cause.

If you want to complain about Microsoft not having better repair tools
available, by all means. But why go after those who see a need and
meet it? "After a few hundred readings of google posts, the pattern
became very
Commercially clear." Yes, clearly there is a need for these service
providers. Thankfully, they are there.

Nov 13 '05 #2
Apparently, those of you who think this way, need a good lesson in
ethics as well as a spanking. Think about it. Take some time to do so.
We know it must be hard to think clear after telling your self for so
long, "It's ok to gouge, it's ok to prey on the weak...I'm doing a
service...yeah, that's it, a service..."

Your failed attempt to protect extortion, via yet another
mini-commercial like your reply, is not appreciated here, not on the
backs of others, brother.

This is a community, you GIVE back to your community, you dont exploit
it.
Think about how many times Mr. so-n-so and yourself, came to these
communities for help on his "pet" Access repair project, only to come
back to exploit the same communities that helped him make it.
Mary Shelly and Ernest Hemingway would be impressed.

And so you think diverting the issue to blame Microsoft is the right
thing to do?
We're not talking about how it got here, didn't you read?
Anybody digging this far already knows that.

It's about ethics. It's about doing the RIGHT thing.
And, there is nothing wrong with doing the right thing.

I suggest you spend more time finding the root cause, if you think you
can, power user. ;-)
Or maybe there's a future in being a defense attorney.
It's time to leave.

Nov 13 '05 #3

I had this same problem with a client's database, but found nothing that
helped. So while this topic is a bit old I wanted to find a place to
post my solution where people might see it when searching the Internet.
The following VBScript allows the database to be opened in Access and
the table is recreated automatically. However, once you can open it
you may want to create a new database and export/import the tables in
case you have other system table corruptions. Just simply copy and
paste this VB script into notepad and save the file with a VBS
extension. Make sure you change the variable below to point to the
path of your database.

Jarrett

---------------------- Cut Here -------------------------

Const strDB = "C:\MYDATABASE.MDB"

Dim dbConnection

Set dbConnection = CreateObject("ADODB.Connection")

dbConnection.Open "Driver={Microsoft Access Driver (*.mdb)};Dbq=" &
strDB & ";Uid=Admin;Pwd=;"

dbConnection.Execute "Drop Table MSysAccessObjects"

dbConnection.Close

Set dbConnection = nothing

MsgBox "You should now be able to open the database!"
--
Jrat
------------------------------------------------------------------------
Jrat's Profile: http://www.dbtalk.net/m196
View this thread: http://www.dbtalk.net/t24826

Apr 20 '06 #4
Thanks Jrat,

On behalf of all of us here who prefer to solve problems of all levels
of difficulty and who do not use this forum for
a substitute for being a "mama's boy" by preying and beating up on
those who dont know, we appreciate your contribution.
I'll try to experiment with the AOIndex and see what I get as results.
I'll let you know what happens.

Thanks again

jdp

Apr 28 '06 #5

Thanks JRAT, absolutely brilliant
--
BevR
------------------------------------------------------------------------
BevR's Profile: http://www.dbtalk.net/m510
View this thread: http://www.dbtalk.net/t24826

Jul 10 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Morten Gulbrandsen | last post by:
C:\mysql\bin>mysql -u elmasri -pnavathe company Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 29 to...
0
by: Morten Gulbrandsen | last post by:
mysql> USE company; Database changed mysql> mysql> DROP TABLE IF EXISTS EMPLOYEE; -------------- DROP TABLE IF EXISTS EMPLOYEE -------------- ...
6
by: Treetop | last post by:
I get the following error in IE but not in Netscape. The code works, and the error only shows up if you click on the icon in the bottom left...
0
by: xixi | last post by:
hi, we are using db2 udb v8.1 for 64bit window, with fp3. once i do db2dart , i found the report has below error. Traversing extent map for: OTR...
2
by: Steve Gallagher | last post by:
I create my database and a number of tables from within a .bat file. When I set the FULL_TXT field to 3800 or less, all is well. Above 3800, I get...
3
by: Gunnar Nygjerd | last post by:
An Access2003-database was suddenly impossible to open. I got the message "AOIndex is not an index in this table". Same if I try to...
1
by: Smriti Dev | last post by:
Hi There, I am getting a run-time error 3800 'username' is not an index in this table. I'm not sure why I am getting this. Would really...
1
by: jezuri | last post by:
Is ther any solutios for problems related with AOIndex issues working in Access 2007. I'm tried to use routines wroten for ealrier versions and...
2
by: tridirk | last post by:
Hi; I am getting a Objceted Expected Error on my forum site. I can't find what is wrong? Line: Char: Error: Object expected Code:0 the...
0
by: concettolabs | last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: CD Tom | last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.