Re: Generate dynamic tables using JDO

2010-09-03 Thread Awais Bajwa
Hi Khan1987, I dont see any logical reason of dynamic table generation using JDO, it is not ment for that. You should intereact with JDBC directly for this purpose. -- Awais Bajwa +1-862-222-6680 http://www.linkedin.com/pub/awais-bajwa/4/82a/2b9 On Fri, Sep 3, 2010 at 1:05 PM, Craig L Russel

Re: Generate dynamic tables using JDO

2010-09-03 Thread boegner-onl...@gmx.de
Hi, I am new to JDO myself, but I know the DataNucleus implementation of the JDO specification provides a Schema-Tool which may be able to create database table at runtime for you. http://www.datanucleus.org/products/accessplatform_1_0/rdbms/schematool.html Good luck

Re: Generate dynamic tables using JDO

2010-09-03 Thread Craig L Russell
Hi khan1987, Generating new tables is not a standardized feature of JDO itself, although JDO metadata does have sufficient information for the implementation to generate tables from your description of them. Implementations are able to generate tables for you. I'd suggest looking at docum