John Salerno wrote: > Ok, I've been browsing through the MySQLdb docs, and I *think* I know > the kind of code I need to write (connect, cursor, manipulate data, > commmit, etc. -- although I probably need to get more familiar with > actual SQL commands too), but here's my problem: I don't know where [...] > > So without actually giving you some code and tracebacks, is there any > general advice about how to set up these scripts? Also, is there any > better documentation than this: > http://sourceforge.net/docman/display_doc.php?docid=32071&group_id=22307 > > It doesn't seem too thorough, and it also doesn't cover actual SQL > queries that you'd have to pass to the query method. Maybe I will just > have to find that information in a MySQL tutorial. > > Thanks.
Interactive SQL tutorial: http://www.sqlcourse.com/ ; http://sqlcourse2.com/ Indirectly helpful maybe: http://initd.org/tracker/pysqlite/wiki/basicintro HTH Gerard -- http://mail.python.org/mailman/listinfo/python-list