On Mon, 16 Feb 2009, [email protected] wrote: Hi,
> What is the maximum size of a blob field in ADS and Native Harbor RDD? > And the maximum size of the database file on disk? > I have a project and need save on blob field jpg files. In native Harbour DBF* RDDs single field limit is 4GB (SMT, FPT, DBT memo files). Maximum number of single blocks which can be allocated is 2^32 and maximum memo file size is 2^32 * memoblock size. Default memo block size for FPT is 64 bytes, SMT-32 bytes and DBT 512 bytes. Memo block size can be changed before file is created. Maximum size of single memoblock is 64KB bytes. AFAIR in ADS the ADT/ADM files have similar limits but if you use ADS DBF tables then the limits are much smaller then in Harbour. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
