The database was created with SQLiteManager. The database connection test
ran successfully, so I assumed it was good.
I'm very new to python. what is the quickest way for me to test the
database?
bob k.
-----Original Message-----
From: Ed Leafe
Sent: Friday, June 03, 2011 8:15 AM
To: Dabo Users list
Subject: Re: [dabo-users] classDesigner Data Connection not working
On Jun 2, 2011, at 8:00 AM, Bob K. wrote:
> File
> "c:\python27\lib\site-packages\dabo-0.9.3-py2.7.egg\dabo\db\dbSQLite.py",
> line 148, in getTables
> cursor.execute("select * from sqlite_master")
> File
> "c:\python27\lib\site-packages\dabo-0.9.3-py2.7.egg\dabo\db\dCursorMixin.
> py", line 355, in execute
> raise dException.DBQueryException(errMsg)
> dabo.dException.DBQueryException: file is encrypted or is not a database
That error message means that the SQLite database was created with an older
version of SQLite. Where did this database come from? Can you open it from
Python?
-- Ed Leafe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message:
http://leafe.com/archives/byMID/[email protected]
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message:
http://leafe.com/archives/byMID/97313F2C998B4902A22739C2D81205F7@BobPC