[Zope] mysql & zope

2000-11-30 Thread Alexander DePauli
Hi Zopistas! we are looking for a method to do a better integration of mysql 3.23.27 with zope 2.2.2. (we are using the Z MySQL database adapter Z MySQL DA 1.1.3.) We have to store data in a mysql database - we canĀ“t use ZODB because we need the data accessible by other programs via ODBC. We h

[Zope] MPTrois.com / ZOPE / Systems in Munich

2000-12-06 Thread Alexander DePauli
Hi everybody, I'm just looking for a german Zopista who I met during the "systems" fair in Munich where he presented "MPTrois.com". I'd need his name or email because I desperately want to continue our zope-discussion there. Anybody got a clue for me? Thanks in advance Alex ~~~

[Zope] API and namespace

2000-12-11 Thread Alexander DePauli
Hi all, so I was in error as I finally judged myself unterstanding the namespace concept... ;) Via a configuration interface, I want to add a folder, add some properties for the new folder, then add and fill a dtml-document within the new folder. Adding the folder works fine, but then I can't ch

[Zope] Re: API and namespace

2000-12-11 Thread Alexander DePauli
Hi Sven, Hi Zopistas! thank you for your quick and swift answer! I wish I could understand that piece of code to its full extent... ...I nowhere find a documentation for the methods "NewFolder_add()" and "Document_add()" in your code - did I miss something or are they just placeholders for the A

[Zope] Re: API and namespace

2000-12-11 Thread Alexander DePauli
Rehi Sven, thanks a lot for your patience with the dummy - which is me :) Sorry to say that my problem consists even when applying your snippet. Your statement looks fine to me, but ZOPE insists on creating the new document in /OldFolder instead of /OldFolder/

[Zope] namespace-problem

2000-12-12 Thread Alexander DePauli
Hi everybody, what I want to do is fairly simple, but I've got a namespace problem: - via a form I want to add a new folder, add some properties to the new folder, then add a DTML document within the new folder. - whatever I try, the properties as well as the new document are added to the parent