Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: Re: [AccessDevelopers] Program Error (The nasty one)


Message #1 by PStreeter@C... on Wed, 27 Mar 2002 13:46:57 CST
On Wed, 27 Mar 2002 11:04:12 -0800 (PST) ProDev wrote:
....
> It gives you a popup with the title "Program Error".
> 
> It has no error numbers. The error message text is...
> 
> msaccess.exe has generated errors and will be closed by
> Windows. You will need to restart the program....
> 
MicroSoft's Windows operating system is telling you that 
MicroSoft's Msaccess.exe program has bugs in it. An 
operating is supposed to protect itself that way so it 
doesn't crash. The most common reason for the application 
producing such an error is that a subscript was generated 
that pointed past the end of the array being updated with 
the result that the data overlaid some of the executable 
code in the application program. This is especially likely 
if the problem is intermittent and possibly dependent on 
the exact environment. 

After that chapter of "War and Peace" I'm clueless about 
what to do about it.

Paul


Message #2 by ProDev <prodevmg@y...> on Wed, 27 Mar 2002 11:51:07 -0800 (PST)
--0-2102406716-1017258667=:81524
Content-Type: text/plain; charset=us-ascii


 Paul,
I really want to thank you for confusing me more <grin>. 
  PStreeter@C... wrote: On Wed, 27 Mar 2002 11:04:12 -0800 (PST) ProDev wrote:
....
> It gives you a popup with the title "Program Error".
> 
> It has no error numbers. The error message text is...
> 
> msaccess.exe has generated errors and will be closed by
> Windows. You will need to restart the program....
> 
MicroSoft's Windows operating system is telling you that 
MicroSoft's Msaccess.exe program has bugs in it. An 
operating is supposed to protect itself that way so it 
doesn't crash. The most common reason for the application 
producing such an error is that a subscript was generated 
that pointed past the end of the array being updated with 
the result that the data overlaid some of the executable 
code in the application program. This is especially likely 
if the problem is intermittent and possibly dependent on 
the exact environment. 

After that chapter of "War and Peace" I'm clueless about 
what to do about it.

Paul




Lonnie Johnson, ProDev, Builders of MS Access Databases
Let us build your next MS Access database application. 
http://www.galaxymall.com/software/PRODEV 

Send and Receive payments for free with PayPal:  http://www.paypal.com/refer/pal=Y6TYF7YF8E2JG


---------------------------------
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®

  Return to Index