Re: sqlite 'ownership' problems

2006-09-03 Thread Istvan Albert
rdrink wrote: > created at the cmnd-line, e.g. 'test.db' with a table 'foo', I would > get the error "_sqlite.DatabaseError: no such table: foo". My suspition > was that this is a "feature" of sqlite ('flat file' vs. a dynamic db in > MySQL) where sqlite is 'sensetive' to who creates it... Most l

Re: sqlite 'ownership' problems

2006-09-03 Thread Jean-Paul Calderone
On 3 Sep 2006 14:38:51 -0700, rdrink <[EMAIL PROTECTED]> wrote: >I will try to keep this as suscinct as possible as it might be an >obvious Q. >I am just getting into Py/sqlite (with a fair amount of PHP/MySQL >background), and am posting this as much for the other noobs as >myself >I start

sqlite 'ownership' problems

2006-09-03 Thread rdrink
I will try to keep this as suscinct as possible as it might be an obvious Q. I am just getting into Py/sqlite (with a fair amount of PHP/MySQL background), and am posting this as much for the other noobs as myself I started learning sqlite by tinkered around at the command line: creating db