Hello All, I'm quite happy, got MySQL + the necessary adapters running in no time. Imported tab-delimited text and enjoying Zsearches... Zope kicks ass! Now, i'm wondering if there's anyone who've done some work as to permit easy editing of records in SQL tables? What i have in kind is something like: - do a search -> a list of matches come up; - select a match -> a form comes up filled with the data, and a "submit" button - press submit -> SQL gets altered A bit like the "edit this page" philosophy, but for SQL records... Thanks! Alex.
You can use the ZNolk SQL wizard also available from zope.org Mohan -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Alex Burton Sent: Friday, January 05, 2001 12:47 PM To: zope@zope.org Subject: [Zope] SQL "editing" Hello All, I'm quite happy, got MySQL + the necessary adapters running in no time. Imported tab-delimited text and enjoying Zsearches... Zope kicks ass! Now, i'm wondering if there's anyone who've done some work as to permit easy editing of records in SQL tables? What i have in kind is something like: - do a search -> a list of matches come up; - select a match -> a form comes up filled with the data, and a "submit" button - press submit -> SQL gets altered A bit like the "edit this page" philosophy, but for SQL records... Thanks! Alex. _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
We use the Znolk wizard. It's good for creating the initial entry, edit, list forms as well as the queries to add, edit and delete.
>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 1/5/01, 10:47:14 AM, Alex Burton <burton@w3cast.com> wrote regarding [Zope] SQL "editing":
Hello All,
I'm quite happy, got MySQL + the necessary adapters running in no time. Imported tab-delimited text and enjoying Zsearches... Zope kicks ass!
Now, i'm wondering if there's anyone who've done some work as to permit easy editing of records in SQL tables? What i have in kind is something like:
- do a search -> a list of matches come up; - select a match -> a form comes up filled with the data, and a "submit" button - press submit -> SQL gets altered
A bit like the "edit this page" philosophy, but for SQL records...
Thanks!
Alex.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Alex Burton -
Mohan Baro -
Stuart Foster