Hi, > as Android (currently) does not support java.sql.* / JDBC cannot be > used in in Android applications.
JDBC / java.sql.* works on Android. It is just currently not as efficient as when using the special SQLite API directly. Currently, there is no plan to create a version of JaQu that doesn't require JDBC, sorry. But if you want, you could write it yourself - I believe it wouldn't be that much work. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
