Difference between revisions of "Level Check"

From MidrangeWiki
Jump to: navigation, search
m
m
 
Line 1: Line 1:
[[Category:Database]]
 
 
A level check error indicates that the file the error is being reported on has changed since the last time the program that is trying to access the file was compiled.
 
A level check error indicates that the file the error is being reported on has changed since the last time the program that is trying to access the file was compiled.
  
 
This is the systems way of protecting itself from errors introduced by buffer layout differences between the program and the file.
 
This is the systems way of protecting itself from errors introduced by buffer layout differences between the program and the file.
  
Level checks are caused by the [[format level identifier]] for the file not matching the coresponding identifier that is embedded in the program being run.
+
Level checks are caused by the [[format level identifier]] for the file not matching the corresponding identifier that is embedded in the program being run.
  
(we need more here)
+
{{stub}}
 +
[[Category:Database]]

Latest revision as of 15:15, 22 June 2010

A level check error indicates that the file the error is being reported on has changed since the last time the program that is trying to access the file was compiled.

This is the systems way of protecting itself from errors introduced by buffer layout differences between the program and the file.

Level checks are caused by the format level identifier for the file not matching the corresponding identifier that is embedded in the program being run.


This article is a stub. You can help by editing it.