Form and Database

V

v

Please help..... I'm new with Python.
Using Boa (or Pythoncard) and pysqlite, how can I read/write from/to
database, thanks
 
B

bruno modulix

v said:
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 '(e-mail address removed)'.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 '(e-mail address removed)'.split('@')])"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,237
Messages
2,571,190
Members
47,827
Latest member
wyton

Latest Threads

Top