Re: Form and Database

2005-05-04 Thread bruno modulix
v wrote: > Please help. I'm new with Python. > Using Boa (or Pythoncard) and pysqlite, how can I read/write from/to > database, thanks First learn how to read/write data from your db (without any gui stuff). Then learn how to use your gui (without any db stuff). Then make the two working tog

Re: Form and Database

2005-05-03 Thread Lee Harr
On 2005-05-03, v <[EMAIL PROTECTED]> wrote: > Please help. I'm new with Python. > Using Boa (or Pythoncard) and pysqlite, how can I read/write from/to > database, thanks > > Have you tried the pysqlite basic intro? http://initd.org/tracker/pysqlite/wiki/basicintro Doesn't mention boa or pyth

Form and Database

2005-05-03 Thread v
Please help. I'm new with Python. Using Boa (or Pythoncard) and pysqlite, how can I read/write from/to database, thanks -- http://mail.python.org/mailman/listinfo/python-list