Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How Can I access Berkeley DB with SQL using python?

896424Oct 26 2011 — edited Jan 19 2012
I wrote the following python codes
import sqlite3
conn = sqlite3.connect(dbName)
cur = conn.cursor()
cur.execute('select * from tblName')
and then I ran it, and I found that "sqlite3.OperationalError: disk I/O error".

What happened to it?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 16 2012
Added on Oct 26 2011
12 comments
1,130 views