|
Question : GPF in module MSARN200.EXE
|
|
I have problems with a MS Access-RunTime-database. The users get 2 or 3 times a day a General Protection Fault in Module MSARN200.EXE.
Does anybody now about problems with this file. My version of the file is from 96-03-16.
Thanks for your help
|
|
Answer : GPF in module MSARN200.EXE
|
|
Check your queries. If you have a parameter that is not specifically typed i.e. CVDate(parameter) as opposed to parameter, it will cause a GPF in the runtime but won't cause a GPF in the full version. Also, make sure you have the Service Pack from Microsoft, this fixes many GPF's in the DLL files.
|
|
|