Hi, I'm running a project using pysqlite for database support. It's
awsome.
Now I have a user who produces this warning: "Warning: You can only
execute one statement at a time."
At:
con = sqlite.connect(path)
cur = con.cursor()
cur.execute(sql)
I'm wondering if it can have something to do with multiple processes
using the same database?
I can't reproduce it my self, but then I haven't got a dural core
processor.

Any ideas how to solve this?

-- 
Med venlig hilsen,
Best regards,
Thomas


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to