What is the maximum number that can be written to the database?
Posted: Thu Oct 15, 2020 7:41 pm
What is the maximum number that can be written to the database? What structure should it have for this?
Donnay Software Web Forums
http://donnay-software.com/DONNAY/
look at FOXDBE (DATA-Komponente)Eugene Lutsenko wrote: ↑Thu Oct 15, 2020 7:41 pm What is the maximum number that can be written to the database?
What structure should it have for this?
more Field -> less Records to reach 2 GB.Tabellen Dateigröße Limitiert auf 2^31 Bytes (2 Gigabyte)
Max. Anzahl Felder 2038 *)
Max. Anzahl Datensätze (2^31 - Header() - 1) / RecSize()
Code: Select all
#include "dbinfo.ch"
...
set( _SET_DBFLOCKSCHEME, DB_DBFLOCK_HB64 )