Hi,
This is a bit theoretical question for future. In my project I have a set of parameterized queries (about 100) that are predefined, and their execution plan is unlikely to change. Is there a possibility to run this on Dalvik, i.e. to serialize, retrieve the dynamically compiled queries (plans?), convert to Dalvik and pass it to Derby that runs on Android? If it could be simple, please tell how, if not simple but possible, please tell the direction where to look at the code. Thanks! Fedd
