My Problem ist the following: What can happen if the Database is full more than 90%? Is it possible that some data ist written incorrectly? IF i change the values of a record temporary without calling MODIFY is it possible that this temporary values were written to the Database, this means that the record will be changed althoug i do not call MODIFY? Greetings Frank
As far as I know nothing happens, just as long as you don’t say MODIFY, or INSERT. When you try to write to the database while there is not enough space on it, Navision makes a Rollback, which means that no data will be written to the database. When the Database is full, simply resize it. Anolis Sittard Netherlands