[Zope-dev] ZSQL methods: INSERT
vanroose wim
vanroose@ruca.ua.ac.be
Fri, 23 Jul 1999 12:42:48 +0200
Dear Sir, Madam,
I am Just new to the Zope Dev List and Maybe You have already
had discussions on the INSERT problem in ZSQL methods.
ZSQL method work just fine if you want to SELECT data from the
database. But how do we organise an insert as beautiful???
I am trying to write an Editor screen to write stories in.
The Editor exists out of different forms, a <SELECT> and several
series of radio buttons.
I would like to write it in an ObjectOriented way. Write a
Produkt like RadioButtons that inserts everything in the MySQL
database. I also write the form and select.
Afterwards I just want to put everything together in one page like
different SELECT ZSQL methods. Without any interference with eace
other