From: Tom D. <td...@us...> - 2001-06-04 01:39:08
|
On Sunday 03 June 2001 04:38 am, Mark D. Baushke wrote: > In attempting to convert a database modified by the MobileDB v2.1 > application, I ran into a problem where I was getting the error > message. > > 'test1.pdb: maximum number of fields exceeded' > > At the time of the error, the value of field is 20 and the value of > getMaxNumOfFields() is 20. Making a small change (below), seems to > have worked around the problem for me. (The odd thing with this data > is that no record actually has more than 14 fields.) A copy of the > test1.pdb to test this one is available via It seems that they encoded 21 fields in the record which stores the pixel widhts for the column view. Run "pilot-file -v test1.pdb" using the pilot-file program in the pilot-link package and you will see a dump of the records. I'll turn the error into a warning instead and just ignore it in the next version. |