User Activity

  • Posted a comment on discussion Help on Jackcess

    I'm playing with importing some csv files into database. And currently with new ImportUtil.Builder(db, file.getName().split("\\.")[0]) .setTableName(getTableNameFromFile(file)) .setDelimiter(";") .setUseExistingTable(true) .setHeader(false) .importFile(file); } everything works, but all collumns are set to short text. That means that I get big increase in size from csv file to accdb. Is there any way to manually set DataType or for Jackcess to try to recognize that from data?

View All

Personal Data

Username:
bobbysz
Joined:
2019-03-19 09:14:51

Projects

  • No projects to display.

Personal Tools