db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » native queries   (RSS)
Showing page 1 of 6 (57 total posts)
  • Re: Differences in speed between ObjectManager and real queries

    Yes, that's explained here (also for .NET): http://developer.db4o.com/Resources/view.aspx/Reference/Tuning/Native_Query_Optimization Best.
    Posted to db4o User Forum (Forum) by German Viscuso on September 11, 2008
  • bug: .NET 2.0 Native Queries returns 0 objects at client using client/server architecture

    I used db4o client/server features and added objects at the server end and committed them. When I try to get those objects in a client program using Native Queries the IList<> always returns 0 objects. Using Query by example I get the desired result.I know my query is right because I tested it on the server program and it works but somehow ...
    Posted to db4o User Forum (Forum) by agentshark on July 28, 2008
  • Use of Contains with SODA and Native Queries. Activation of all elements

    I don't understand why the execution of a query through a collection, like the following one, must activate all the elements of the collection, if I'm using the identity constrain. Firstly 'pilot' has been retreived from the database. query.Descend(''_pilots'').Constrain(pilot).Identity()Besides, if I try to use Native Query, ...
    Posted to db4o User Forum (Forum) by dprado on July 5, 2008
  • Boolean operators with Native Queries. Can't be optimized?

    Hello, I'm using Native Queries and I am very confused with the optimization process, because something like the following query can't be optimized:    Dim etiquetas3 As IList(Of Etiqueta) = BD.Contenedor.Query(Of Etiqueta)(AddressOf QueryEtiquetas)     Public Shared Function QueryEtiquetas(ByVal et As Etiqueta) As ...
    Posted to db4o User Forum (Forum) by dprado on June 19, 2008
  • Re: Regarding sql4o project.

    One of the key ideas behind db4o is that it should integrate as tightly as possible with the programming language. We are not trying to invent new concepts or new theories, we simply use the ones that are already there, in your programming language. The elegance of what we can deliver varies with what the programming language provides us with. On ...
    Posted to db4o User Forum (Forum) by Carl Rosenberger on May 20, 2008
  • Native Query optimization problems

    Hi there,   I am building an application running on db4o 6.4.38.10595 and Java 1.6.02 and I encounter problems regarding Native Query optimization. I added a DiagnosticToConsole-listener which gives me the following error message: :: db4o 6.4.38.10595 Diagnostics ::  Native query not present. :: Native Query Optimizer could not be ...
    Posted to db4o User Forum (Forum) by berlinermainzer on May 19, 2008
  • how about reporting and statistics

    Hi, In my life of Java development, I have used JDBC to homegrown solutions to EJB to hibernate in various projects.Currently I use hibernate in current application. As a small module, we had a requirement of displaying statistical data and Charts of various types. I had to use pure JDBC for it. Most queries look like: select count(distinct ...
    Posted to ODBMS.ORG (Forum) by nikunj on April 20, 2008
  • NQ optimization: Diagnosis says "Native query not present"

    Using db4o 6.4 for java, with single user .yap file or in-memory adapter (i.e., still no c/s).I do have the nqopt and bloat jars on the classpath in ant build file:   <property name=''thirdParty.lib.dir'' location=''${masterbuild.dir}/thirdParty/lib'' description=''dependencies jars'' />  <!-- OO database -->  ...
    Posted to db4o User Forum (Forum) by tatjana.kostic@ch.abb.com on March 13, 2008
  • Re: Index not working

    Hi Ian, You may be enlightened in the explanation here.    Edwin 
    Posted to db4o User Forum (Forum) by eisanchez on March 11, 2008
  • Re: Native query

    Saludos amigos... He estado buscando mis dudas en el foro y de verdad he podido resolver la gran mayoría de ella. Todos los problemas que estoy teniendo veo que no soy el único que se les ha presentado esta serie de inconvenientes. Una duda que tengo es con respecto a Native Query - realmente no me quejo de este tipo de consultas - pienso que ...
    Posted to Spanish (Forum) by perucho on February 21, 2008
1 2 3 4 5 Next > ... Last »