How do I create a column name in DBF more than 10 characters in javadbf library?

强颜欢笑 提交于 2021-01-29 14:11:51

问题


I am using javadbf from github (link: https://github.com/albfernandez/javadbf) to create DBF files, but I cannot create a column with a name greater than 10 characters:

fields[39].setName("WAY_SONIC_ROKETS");

I tried to change this in the project from the github, but nothing came of it. A request from knowledgeable people to give an answer whether this can be changed or, if possible, suggest a place where it needs to be corrected. If understood correctly, this is only generated in DBFField.

来源:https://stackoverflow.com/questions/65353384/how-do-i-create-a-column-name-in-dbf-more-than-10-characters-in-javadbf-library

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!