Form and Database

bruno modulix onurb at xiludom.gro
Wed May 4 07:48:05 EDT 2005


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 together, and you're done !-)

-- 
bruno desthuilliers
ruby -e "print 'onurb at xiludom.gro'.split('@').collect{|p| 
p.split('.').collect{|w| w.reverse}.join('.')}.join('@')"
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for 
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list