[Zope-DB] RE: ZPTs and database accesses

Ken Winter ken at sunward.org
Fri Apr 29 13:46:31 EDT 2005


> Date: Thu, 28 Apr 2005 23:48:58 +0200
> From: Charlie Clark <charlie at egenix.com>
> Subject: RE: [Zope-DB] ZPTs and database accesses
> To: zope-db at zope.org
> Message-ID: <20050428234858.60637.19 at bepc.1114682852.fake>
> Content-Type: text/plain; charset="us-ascii"
> 
> 
> On 2005-04-28 at 20:26:47 [+0200], Ken Winter <ken at sunward.org> wrote:
> > Andreas -
> >
> > Thanks for your answer.  I'm relieved to know that the ZPT-ZSQL
> combination
> > will suffice for database accesses.  As a Zope neophyte, though, I still
> > need an example or tutorial showing me how to get data from page to
> database
> > via ZPTs and ZSQL objects.  Can you point me to such a reference?
> 
> Yes, the Zope book is the place to look.
> 
> You create a ZSQL method with the SQL code
> 
> You then call this method through your ZPT or better in the case of
> posting
> from page to database a PythonScript which in turn calls the ZSQL method
> and
> passes the parameters.
> 
> Charlie
> --
> Charlie Clark
> eGenix.com
> 
So, is it true that for posting (moving data from page to database) it's NOT
possible to do this by a direct ZPT-to-ZSQL method call? - i.e. that it can
ONLY be done via a Python script?  

I've been trying to figure out a way to do it directly, because it seemed
that if possible that would be the simplest way.  But if it's not possible,
then I can stop wasting my time on that path and start learning to do it
with Python.

- Ken




More information about the Zope-DB mailing list