I set up a Data Source product: MS SQLServer 2005 driver: jtds-1.2 The data source connection is successful and I can browse to the schema but no objects (tables, views, etc) ...
All Database objects are null??? If this is the wrong forum im sorry, but i really don't know whats causing the issue so I didn't know where to post. Anyways im ...
retrving the object from the database Hi I have sql soemthing like this Select t1.* from instruments t1, instruments t2, instr_reln t3 where (t1.Id = t3.PId or t2.Id = t3.CId) means ...
I have to store thousands of Java objects in DB. My DB Administrator is not happy to have issuance of thousands of separate SQL inserts one for each object/record. Could some ...
Hi, I', searching for solution, where i want to keep a POJO object in sync with a table, if any external process change the table the corresponding POJO would get change. ...
Hi! I need to know about to obtein a structure existing on database or how i can execute script for creation of tables on database. Is this possible? Regards!
Hi, I'm trying to use an Auxillary database-object, see, http://docs.jboss.org/hibernate/core...atabase-object to alter some foreign keys, however it is never executed (even if I implement my own). I've tried stepping through the ...