From: David M. <mdb...@dm...> - 2003-04-11 16:00:49
|
In Jet3 there is something I don't understand called 'jumps'. In Jet4, it's apparently not necessary. However, some of the code for it was still being executed unconditionally. This caused the row_start value to be mangled for larger row sizes, which in turn caused all of the variable length fields to get random data. This patch conditionalizes one part of the code, and preserves the row_start variable. David -- /==============================\ | David Mansfield | | mdb...@db... | \==============================/ |