User Activity

  • Posted a comment on discussion Help on Jackcess

    I have illustrated the problem through an example in the attached image. Please let me know if this is clear

  • Posted a comment on discussion Help on Jackcess

    Hi, I have tried my best to explain the bug I face. I have column A in a table which is bound to column B in another table. My use case is to fetch the lookup display values from parent table using the bound value. To achieve the above, I fetch the value of a cell using the following method. Object value = row.get(column.getName()); And then search for this value in bound column and get the display value. But if the value is an instance of ComplexValueForeignKey, I fetch the multi values and then...

  • Posted a comment on discussion Help on Jackcess

    Hi, I faced the following exception while getting the table names in a database for a particular file. java.lang.IllegalStateException: Row is deleted: 3523:240 (Db=.........;Table=MSysObjects) at com.healthmarketscience.jackcess.impl.TableImpl.requireNonDeletedRow(TableImpl.java:3061) at com.healthmarketscience.jackcess.impl.TableImpl.getRow(TableImpl.java:667) at com.healthmarketscience.jackcess.impl.CursorImpl.getCurrentRow(CursorImpl.java:699) at com.healthmarketscience.jackcess.impl.CursorImpl$BaseIterator.next(CursorImpl.java:822)...

  • Posted a comment on discussion Help on Jackcess

    I would like to know if it's possible to read an Access app available in Microsoft...

  • Posted a comment on discussion Help on Jackcess

    I get a non-zero value from table.getRowCount() eventhough it has no data and at...

  • Posted a comment on discussion Help on Jackcess

    Database db = new DatabaseBuilder().setReadOnly(true).setCodecProvider(new CryptCodecProvider("test")).open(file);...

  • Posted a comment on discussion Help on Jackcess

    Hi, I tried to open a password protected Access 2007 database with jackcess-encrypt-2.1.1.jar...

  • Posted a comment on discussion Help on Jackcess

    Thanks for the answer.

View All

Personal Data

Username:
beekay4
Joined:
2016-08-22 09:34:38

Projects

  • No projects to display.

Personal Tools