Hi, There are places in my app where I invoke an sql command many times. I've already gained a significant speedup by using prepared statements.
Would it be worth moving from client/server to embedded as well? What sort of speedup should I expect? If I do make the move to embedded, is there any way I could use ij while the app is running? Amir
