Another db size issue

jda jda at his.com
Sat Jul 31 09:30:20 CDT 2004


I have databases that I create with the following code in 1.x:

newFormatDB.Create( f, 1, 512 )

This gives a VException in 2.0 b10.

If I change the line to

newFormatDB.Create( f, 1, 1024 )

it works.

The problem is that the size of the empty db file is almost half a MB 
(it is about 200K in 1.x)! I distribute about 150 such ancillary 
files with my app, and I expect that to go up to 500 or more in the 
future. That adds up to a LOT of wasted space.

Any advice?

Jon


More information about the Valentina-beta mailing list