Page 1 of 1

How many child tables ara allowed?

PostPosted: Wed Dec 22, 2010 11:40 pm
by ahoms
I'm stuck trying to "make appear" a new child table to a parent table tab that it has 20 other child tables
The child table appears in the navigation menu and it works correctly but I'm not able to make it appear in the parents table tab. I wonder if this can be a limitation of xataface

Re: How many child tables ara allowed?

PostPosted: Thu Dec 23, 2010 2:24 pm
by shannah
There shouldn't be a limit.

Re: How many child tables ara allowed?

PostPosted: Sat Dec 25, 2010 7:32 pm
by ahoms
Thanks for the answer
More data about my issue
After deleting a table in the mysql database I get a
Code: Select all
Fatal error: Error performing mysql query to get column information from table 'AclarimentsServei'. The mysql error returned was : 'Table 'SemPuigcerda.AclarimentsServei' doesn't exist'.
refering to the table I've deleted
After this I suspect that a kind of reload/update of the xataface application is needed to reflect the changes. RUn the makesite script with no success, so the question migth be now: how do I make the application reflect the database changes?

Re: How many child tables ara allowed?

PostPosted: Mon Dec 27, 2010 9:32 am
by amrcode1
hello, if you delete a table, there is nothing to "update" on the other hand, I remember xata have problems with names that contain dots (.), also when I make any changes in the structure of the table usually when I enter a new record the changes are reflected in this. Xata generates views if you remove the table that represents your interest is also another way to update your changes. views are approximate structure as follows: dataface__view_ [tablename] _

I hope you find it useful.