[Zope] several questions about shared libraries and security

2005-11-01 Thread Denis V. Gudtsov
Hello! The former I wrote python library. This lib is used to interact with database and defines some hi-level methods. I'm planing to use this lib in scripts, running on the same machine and zope. Now library is located on /usr/local/lib/. Is it possible to use it in zope? And the later i

[Zope] passing the parameters to zsql method

2005-10-27 Thread Denis V. Gudtsov
Hello! I'm trying to pass the form parameters from page template to zsql method. A piece of code follows: form action=clients_add_sql input type=text name=name input type=text name=account input type=submit /form clients_add_sql: insert into table(name,account) values (dtml-sqlvar name