interesting.. so may turn being a lack of planning on my part... I can assue the SQLite fall in the group of those no being able to see tables outside its own area...
So, given this problem (the need to collect the generated tables who share the same names), would you have any suggestion? BTW, I am using SQLite. I figure the fact that SQLite is light weight would prove beneficial, but perhaps I was wrong? Just seems that this & not being able to get remote scripts to connect to the db is appearing problematic... ANyways, any suggestion around this would be greatly appreciated :) Thanks, Mart :) On Feb 1, 4:07 pm, howesc <[email protected]> wrote: > this sounds pretty database specific. GAE uses namespaces for this, MySQL > calls them 'databases', and postgres calls them schemas. in all GAE and > Postgres tables from one area cannot see tables in another area. MySQL does > permit querying data across 'databases'.

