Slightly OT: PySqlite
Jorgen Bodde
jorgen.maillist at gmail.com
Thu Oct 12 06:36:54 PDT 2006
Hi gang,
I found my IDE (Boa) which looks similar to Delphi, and seems to work
fine. I am now playing with PySqlite but I am frustrated of the lack
of API documentation. I hope some people here already used PySqlite
and can help me.
For example, I create a connection like;
con = sqlite.connect(DBNAME)
cur = con.cursor()
What is this cursor object and what methods does it support? Also when
I do a cur.execute() I get something back, but what is it exactly that
I am getting back?
For example how do I check if a table exists? I searched the web for
PySqlite API and all I can find is a one page HTML with a small
summary of text and some methods, but really a good API is still
missing.
Can someone help me out with some links that have more tutorials
besides http://initd.org/tracker/pysqlite ??
Thanks!
- Jorgen
More information about the wxpython-users
mailing list