How would I go about calculating the size of the localization data in the dbc/db2? So far I can see something like this:
header = 48 bytes.
localization_data = calculated size
record_data = record count * (field count*4)
string_data = the rest of the file.
To get the offset for record_data down, I need to size of the localization data block size. Is there a localization block
in all dbc/db2?