[Zope] extract values from zope

kosh@aesaeion.com kosh@aesaeion.com
Sat, 2 Feb 2002 05:20:41 -0700 (MST)


On Sat, 2 Feb 2002, Mike Bunyan wrote:

> After many months of accumulating information from users filling in
> forms my intranet zope server has accumulated a large amount of useful
> information I would like to extract into sqlserver for analysis and
> use elsewhere.
>
> Some pointers as to how to extract the values into a useful format for
> import into a database would be appreciated.

Hmm well if you have the data stored in zope it seems like a better
solution would be to use a db adapter and connect zope to the other
database. Then use python script to copy the data you need from zope into
the sql database. Not sure what you mean by sqlserver though since I don't
of any sql db called that. Oracle? Postgresql? Mysql? DB2? Sap? etc