Hi all, I already have a proprietary database with its own table and index format. I'd like to use Derby's SQL compilation and execution on top of my database. Is this possible? I guess if there are interfaces of table and index etc. I can reimplement them on top of my own database. Is this feasible at all?
Thanks! Jun
