sql_delimiter (what it is, a user define object ?)
Hi, I don't understand the useage of the word in this exp <dtml-var sql_delimiter>. It was used in the doc created by dlpierson on; using LoginManager with SQL and Skinscript. (http://www.zope.org/Members/dlpierson/sqlLogin) Right now I am having an error message with the SQL_add_user method define in this doc. SQL used:
Could not render the query template! Traceback (innermost last): File C:\Program Files\WebSite\lib\python\ZPublisher\Publish.py, line 223, in publish_module File C:\Program Files\WebSite\lib\python\ZPublisher\Publish.py, line 187, in publish File C:\Program Files\WebSite\lib\python\Zope\__init__.py, line 226, in zpublisher_exception_hook (Object: SQL_add_user) File C:\Program Files\WebSite\lib\python\ZPublisher\Publish.py, line 171, in publish File C:\Program Files\WebSite\lib\python\ZPublisher\mapply.py, line 160, in mapply (Object: manage_test) File C:\Program Files\WebSite\lib\python\ZPublisher\Publish.py, line 112, in call_object (Object: manage_test) File C:\Program Files\WebSite\lib\python\Shared\DC\ZRDB\DA.py, line 400, in manage_test (Object: SQL_add_user) File C:\Program Files\WebSite\lib\python\Shared\DC\ZRDB\DA.py, line 378, in manage_test (Object: SQL_add_user) File C:\Program Files\WebSite\lib\python\Shared\DC\ZRDB\DA.py, line 486, in __call__ (Object: SQL_add_user) File C:\Program Files\WebSite\lib\python\DocumentTemplate\DT_String.py, line 544, in __call__ (Object: <string>) File C:\Program Files\WebSite\lib\python\Shared\DC\ZRDB\sqlvar.py, line 171, in render (Object: member_id) Missing Input: (see above).
Willing to hear from you. Cheers! KAMAL.
hamzatk@3dresearch.com writes:
I don't understand the useage of the word in this exp <dtml-var sql_delimiter>. It was used in the doc created by dlpierson on; using LoginManager with SQL and Skinscript. I do not understand your question/problem....
But "sql_delimiter" is used to separate two SQL commands in a Z SQL Method's template. Dieter
participants (2)
-
Dieter Maurer -
hamzatk@3dresearch.com