I want to determine the Database Used (kb) value by using C/al. So that I can programm a warning system (by mail) whenever the usage reaches 85%. If I look at File > Database > Info the values are: Database size : 45000000 Database Used : 3932872 If I use the tabel : TableInformation and calculate the usage I get: Database Used : 3864784 Where are my 68088 KB of usage? Is there any other way to get the correct usage (3932872)??
Navision programs when running also use database space. Try calculating when everyone else is out of Navision.
Problem solved: I forgot to calculate the blob size in Table Object… Than I get a more accurate number.