Hi, Is Jackcess have listener implementation similar to this https://docs.aspose.com/display/cellsnet/Using+LightCells+API It controlls the Data storage using LightCellsDataHandler. Does Jackcess Stores Database Data?
Hi , I have a bytestream from that I created to MemFileChannel. But I have file extension as String (".mdb", ".accdb" )from that how to convert FileFormat Instance. String ext = ".mdb"; Database database = new DatabaseBuilder(tempFile).setFileFormat(??).setChannel(channel).create();
any example accessing mdb file using memFileChannel?
can i get any documentation about memFileChannel?
Assume i have a sequence of byte stream which is (.mdb file byte stream ) how to feed this into jackcess?
Hi, am having few doubts. What is the maximum file size (.mdb .accdb ) supported by Jackcess. I having the use case of upload large files varies from 4 - 5 GB. with only read operation. we have a custom our own implementation of FileInputStream for our end .mdb files. So I want to use this inputstream instead of build in FileInputStream . how to do it?
any suggestions welcome