| View previous topic :: View next topic |
| Author |
Message |
Roughdog Member
Joined: 23 Sep 2003 Posts: 2
|
Posted: 23/09/03 23:38 Post subject: OLE ERROR 800A0E78 |
|
|
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 |
|
| Back to top |
|
 |
Johnny_Bit Junior Member
Joined: 15 Jun 2003 Posts: 82
|
Posted: 24/09/03 05:26 Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
Roughdog Member
Joined: 23 Sep 2003 Posts: 2
|
Posted: 24/09/03 11:34 Post subject: |
|
|
Thanks..but it didn't help. I'll keep trying though _________________ RoughDog |
|
| Back to top |
|
 |
Kambiz Administrator

Joined: 07 Mar 2003 Posts: 206
|
Posted: 24/09/03 17:05 Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
|