Oups, sent my answer directly instead posting it here. Here is it for
everyone:

Hi.

 The issue is that the Native Query optimizes doesn't work on Android.
 The reason is that this optimizer looks at the Java-byte-code which
 isn't available on Android. So you have two possibilities.

 Use a build-step which does the optimization at compile time. See
 here:http://developer.db4o.com/Documentation/Reference/db4o-8.0/java/
 reference/Content/platform_specific_issues/android/native_queries.htm

 Or use SODA-queries:
http://developer.db4o.com/Documentation/Reference/db4o-8.0/java/reference/Content/basics/querying/soda_query.htm

On Jun 15, 7:01 am, billybraga <billy.br...@gmail.com> wrote:
> Are you in CS environment ? If yes, does the server have the up to
> date jar file included ? Also, you must have the field indexed,
> whether you use SODA or native queries ? Is the field inherited !?!?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to