<NOTE>I do not know much about btrieve.</NOTE> <btrieve> If you can make btrieve a data source you are home free. All you need is the connector/drivers. http://www.zope.org/Download/Adapters Also look into: http://www.python.org/download/Contributed.html#Database Typically these modules make there way into zope as they are existing python modules. Actually I would gather that Btrieve has a c interface that would make a great product. </btrieve> <dev> As with all projects .... it depends. Using attributes is the key to zope. If you take advantage of its ability to store session variables Zope is far better than other solutions because you do not need a database to store info during a transaction, you can simply write it to an attribute in zope thus lowering the # database calls. I guess the implementation depends on allot of variables that were not listed in your email. 1. # of concurrent users 2. # of queries and "How databasy is the application? Big Queries? OnChange?" 3. Specifics on your data model 4. # of tasks required 5. How OO(Object Oriented) are you? It is a difficult concept to cover but developmental access to ZOPE is remote by nature. Anything you can do in Zope is accessible anywhere, by anyone else. Except for installing modules and products, you do not need machine access ---> Everything is done online and inside of Zope. It is convenient that way. Look into the bug collector for the ZOPE site. It allows many levels of access to the bug database except there is not database just Ztables. It might be just the ticket. http://www.zope.org/Collector Also take a look at the example folder here http://www.zope.org/Download/Contrib Specifically the DTML EXAMPLE FOLDER --> IT WILL GIVE YOU LOTS O' CODE and HINTS </dev> Just think in OO and Zope will work. Best of luck. Theodore E. Patrick email: tpatrick@indigonetworks.com <mailto:tpatrick@indigonetworks.com> phone: 615-777-0070 ext.125 Indigo Networks - The Ultimate Choice In Who Sees You. http://www.indigonetworks.com -----Original Message----- From: Benjamin Suto [mailto:ben@amvalue.com] Sent: Friday, March 19, 1999 3:22 PM To: zope@zope.org Subject: [Zope] Web Application Software I wonder just how robust Zope is. I am writing an internal application for a tour operator that I work for. Right now, I'm considering the software for a group quote program that will allow people on the Intranet or people travelling abroad with the groups to add or edit services on a complete group package. The kicker is that we need to access some btrieve files that are part of another accounting package that needs to be tied into this. Assuming I figure a way around the btrieve packages, is Zope robust enough to handle an application like this? All I've seen so far are shopping cart programs, but this would be much more complex. Are there any references to any pointers or any such information about just what Zope can do? I haven't been able to glean as much as I wanted from the site. Ben _______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope (For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )