[Zope] Inserting data into database via web page

Jonothan Farr jfarr@real.com
Thu, 16 Mar 2000 18:31:38 -0800


>    I feel I've managed to get a grip on search query's through web
>interfaces, but I can't find any documentation to show me how to
>setup a web page that will allow me to use an sql method with the
>'INSERT INTO' string so that I can insert data into my database.
>
>    Can anyone offer any documentation links or tell me how to do this ?

The Z SQL Methods User's Guide
http://www.zope.org/Documentation/Guides/ZSQL-HTML/ZSQL.html

This shows you everything you need to know to do things the Zope way. It assumes
you have a basic understanding of HTML forms and the SQL language.

-jfarr