|
|
Browse by Tags
All Tags » object manager (RSS)
Showing page 1 of 2 (19 total posts)
-
Initial support to enable the saving of custom database configuration settings has been added to community project ''Object Manager'' (OM) by OM CodeCommander Gisbert Avellan (gishac).You can check the progress of OM (or participate as a committer) through the Google Code site and you can also subscribe to the OM commit mailing ...
-
Catman, igual es compleja la consulta que quieres hacer... ya que si suponemos que es lenguaje SQL o similar,funcionaria para una BD relacional, en la cual no existe un atributo multiobjeto, sino un FK que referencia a una tabla intermedia que une el empleado con FK a la tabla de titulos.. por lo cual la consulta seria igual compleja mediante sql ...
-
Saludos, el query seria
FROM 'com.paquete.Persona' WHERE casa.modelo = 'Colonial'
Te pongo el query que use de ejemplo aca:
FROM 'com.db4otests.db.ComplexObject' WHERE simple.name = 'simple2'
Donde:
public class SimpleObject <T> { private String name; private T ...
-
I'm having this problem as well and closing the database doesn't seem to solve it. Even if I create an empty database (with .Net) I can't seem to open it. Any ideas?
-
Hello,
I am trying to use the object manager in conjunction with DB4Objects. I was wondering if there is a facility to add new data objects to the database using object manager. I was able to query the database but I could not find a way to add new objects to the database. So please let me know if that can be done using object manager.
-
IObjectContainer.Close() should be fine. If there are pending commits, it will call commit().
-
You may refer to the same post here:
http://developer.db4o.com/forums/thread/43623.aspx
I hope some of it helps
-
I experience this from time to time. Actually, I had an earlier posted problem with the object manager 6.4 problem but eventually, it ended that it was my mistake. Try checking on the following: (1) Java Runtime Version (it should be latest) (2) In CS mode, check the way you open the database using OpenServer or if it is really open up and ...
-
Hi,
When I try to open an existing DB file with OM, I get this message:
'Could not open database! null'
There are no live connections to the database when I attempt to open using OM. Also, I am able to read the database programmatically.
Config settings (for programmatic ...
-
(~1.9 MB) Designed for db4o 6.4
1
|
|
|