Re: [Tutor] SQLite database creation bafflement

2007-08-20 Thread Che M
Thank you Alan and Roel for the insight, and Roel thank you for all the suggested ways to get around it. It's always nice when something goes from making no sense to making complete sense in a snap. Che _ Booking a flight? Know wh

Re: [Tutor] SQLite database creation bafflement

2007-08-20 Thread Roel Schroeven
Che M schreef: > Hi, I am trying to simply create an SQLite database with Python. I find > that when I try to create a new database file, *sometimes* it lets me do it, > and sometimes it doesn't, and the only thing I am changing is the name of > the database. I am baffled as to why some names

Re: [Tutor] SQLite database creation bafflement

2007-08-20 Thread Alan Gauld
"Che M" <[EMAIL PROTECTED]> wrote > don't. For example, this will create a brand new database on the > desktop: > > conn = sqlite3.connect('C:\Documents and > Settings\user\Desktop\mydatabase.db') > > But running *this*--only thing different is the database's > name--gives the > error, as show