[Zope] ZODB or ZODBC?
Rod Za
rodza@bhnet.com.br
Fri, 19 Nov 1999 13:34:11 -0200
> > what is less difficult to work (ZODB or ZODBC)?
>
> Well, you can't run Zope without the Object Database (ZODB), so, it's
> the easiest to work with! :-) ZODBCDA requires install, and of course
> another database somewhere that you work with. It works great for
> certain types of rectangular data sets.
how i create a database with the ZODB and access this?
>
> > 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.
>
> So depending on where the account information is stored, this decision
> will be made de-facto.
i am things to use the genericUserFolder, but i dont know how to store the
username/password/permitions....
> > 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?
>
> Sure, use an External Method to read it, parse it, and return it back to
> you as objects.
How i can do that? has u an example?
Thank you
Rod Za
> Chris
>
> --
> | Christopher Petrilli Digital Creations
> | petrilli@digicool.com http://www.digicool.com
>