Page 1 of 1

OLE ERROR 800A0E78

PostPosted: September 23rd, 2003, 11:38 pm
by Roughdog
If anyone can tell me what this error means it would be much appreciated.
I am using ADO components, connecting to an MS Access Database. Each time I change the active property of one particular ADO table in my datamodule I get a stack error - 'save your work and restart delphi'
After this happens I shut down Delphi (6) and get the error in the subject line of this post.

Any suggestions??
RoughDog

PostPosted: September 24th, 2003, 5:26 am
by Johnny_Bit
Maybe you've instaled some typelibrary that is messing around, and don't want to be shuted down on delphi's exit? i had same problem, because of type library hhelp

PostPosted: September 24th, 2003, 11:34 am
by Roughdog
Thanks..but it didn't help. I'll keep trying though

PostPosted: September 24th, 2003, 5:05 pm
by Kambiz
The stack overflow that you got, means one procedure is calling recursively. Therefore, I think you should check places, which by mistake caused a recursive definition. For example, filters, field names, master detailed links, and so on.