Saturday, February 25, 2012

Re: JDO with Google SQL

Tried show tables and it does not show the table. I am not sure if
Data-nucleus can create a table if it doesn't exist. Though I have set
following flag in jdoconfig.xml
<property name="datanucleus.autoCreateSchema" value="true"/>
<property name="datanucleus.validateTables" value="true"/>
<property name="datanucleus.validateConstraints" value="true"/>
<property name="datanucleus.validateColumns" value="true"/>
I don't see neither the table nor the data in google sql But when I
fire the select query from application then I get back the saved data.
Wonder what this puzzle is? and where data is getting saved?
regards

No comments:

Post a Comment