Re: [Zope3-Users] Zope3 with RDBMS (avoiding ZODB)?

2007-03-05 Thread Maciej Wisniowski
> We do mostly SQL/RDBMS. We have tried ZAlchmey, and SQLOs, but we > find them both a bit limiting and simultaneous complex to get them to > work they way we wanted. In general when one develops and RDBMS > application of any size, the database structure can get very complex. > In order to int

[Zope3-Users] iteration over non sequence in wcdwz3 example

2007-03-05 Thread [EMAIL PROTECTED]
I'm reading Web Component Development with Zope 3. The line >>> from worldcookery.recipe import Recipe gives me this error: Traceback (most recent call last): File "", line 1, in ? File "C: \Programmi\Python24\lib\site-packages\worldcookery\recipe.py", line 4, in ? class Recipe: File

Re: [Zope3-Users] iteration over non sequence in wcdwz3 example

2007-03-05 Thread Baiju M
[EMAIL PROTECTED] wrote: I'm reading Web Component Development with Zope 3. The line from worldcookery.recipe import Recipe gives me this error: Traceback (most recent call last): File "", line 1, in ? File "C: \Programmi\Python24\lib\site-packages\worldcookery\recipe.py", line 4, in ? clas

[Zope3-Users] Re: Zope3 with RDBMS (avoiding ZODB)?

2007-03-05 Thread Laurence Rowe
There is no need to use an object-relational mapper, but you will want to use a database adapter so that RDBMS transactions get tied into Zope's transactions. I think that means http://cvs.zope.org/zopeproducts/oracleda/ for Oracle. Laurence Robert Hicks wrote: Do I take this to mean you a

[Zope3-Users] Re: Zope3 with RDBMS (avoiding ZODB)?

2007-03-05 Thread Robert Hicks
Laurence Rowe wrote: There is no need to use an object-relational mapper, but you will want to use a database adapter so that RDBMS transactions get tied into Zope's transactions. I think that means http://cvs.zope.org/zopeproducts/oracleda/ for Oracle. What about this one: http://www.zope

[Zope3-Users] adding user newbie ?

2007-03-05 Thread tyson
Hi, I am unsure how to authenticate and add new users with Zope3. I have seen postings on PAU and some other things, but I can't find much documentation. Is there a simple way just to add a user? -- Tyson Wenger Computer Programmer V&L Tool,Inc. 2021 MacArthur Rd. Waukesha, WI 53188 (262)

Re: [Zope3-Users] adding user newbie ?

2007-03-05 Thread Christophe Combelles
tyson a écrit : Hi, I am unsure how to authenticate and add new users with Zope3. I have seen postings on PAU and some other things, but I can't find much documentation. Is there a simple way just to add a user? You first have to add a PAU (from the Add list of the ZMI). The PAU does no

[Zope3-Users] Re: Zope3 with RDBMS (avoiding ZODB)?

2007-03-05 Thread Laurence Rowe
I'm not an oracle user, but that looks a better bet as it has seen more recent activity. Laurence Robert Hicks wrote: Laurence Rowe wrote: There is no need to use an object-relational mapper, but you will want to use a database adapter so that RDBMS transactions get tied into Zope's transact