From: David M. <mdb...@dm...> - 2003-04-09 03:11:52
|
Hi again, This last patch of the set fixes extraction of the column names when the name crosses a page boundary. A few errors in the Jet4 section caused column name parsing to go bonkers as soon as the boundary was crossed. Additionally, the final null-termination: pcol->name[name_sz]='\0'; which should have been: pcol->name[name_sz/2]='\0'; was overshooting the name buffer (since the name_sz is in unicode bytes) and destroying a random field in the column buffer. This was causing the Unknown 0x00 type problem which I reported, and was reported by someone else one the list. This fixes all of the problems I've had so far. Apply with -p1. David -- /==============================\ | David Mansfield | | mdb...@dm... | \==============================/ |