Its possible to create a data base directly with the ZODB?
Yes. Your subject line implies that the difference between the ZODB and ZODBC is unclear (likely our poor choice of acronyms in hindsight...) ZODB is an OO database engine underlying most (all?) of Zope. If you like the UML then you'll love the ZODB UML model: http://www.zope.org/Documentation/Developer/Models/ZODB ZODBC, on the other hand, is shorthand for ZODBCDA which is a database adapter used by Zope to connect to arbitrary ODBC data sources (e.g., Access, Oracle et al). If you're interested in _ZODB_ then (in addition to the UML model and docs) you should check out Michel Pelletier How-To on using the ZODB from Python: http://www.zope.org/Members/michel/HowTos/ZODB-How-To If you're interested in ZODBC then Jeffrey Shell's RDBMS How-Tos would be a good place to start! http://www.zope.org/Members/jshell Hope this helps, --Rob
Thank you Rob, what is less difficult to work (ZODB or ZODBC)? i am new to zope and i am working on a school work, that i am trying to make! 8-) i am trying to make a bank site like (called internet bank), where the bank's client need to login with a valid username/password. to consult your accounts. my site need to read an ASCII file, that is exported from other program that i make, has u ideia on how to make this? or if is this possible? Thank you again Rod Za ----- Original Message ----- From: Rob Page <rob.page@digicool.com> To: 'Rod Za' <rodza@bhnet.com.br> Cc: <zope@zope.org> Sent: Friday, November 19, 1999 8:56 AM Subject: RE: [Zope] ZODB or ZODBC?
Its possible to create a data base directly with the ZODB?
Yes. Your subject line implies that the difference between the ZODB and ZODBC is unclear (likely our poor choice of acronyms in hindsight...) ZODB is an OO database engine underlying most (all?) of Zope. If you like the UML then you'll love the ZODB UML model:
http://www.zope.org/Documentation/Developer/Models/ZODB
ZODBC, on the other hand, is shorthand for ZODBCDA which is a database adapter used by Zope to connect to arbitrary ODBC data sources (e.g., Access, Oracle et al).
If you're interested in _ZODB_ then (in addition to the UML model and docs) you should check out Michel Pelletier How-To on using the ZODB from Python:
http://www.zope.org/Members/michel/HowTos/ZODB-How-To
If you're interested in ZODBC then Jeffrey Shell's RDBMS How-Tos would be a good place to start!
http://www.zope.org/Members/jshell
Hope this helps, --Rob
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope No cross posts or HTML encoding! (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Rob Page -
Rod Za