[Zope-DB] Zope on Windows + Microsoft SQL

Andreas Jung andreas at andreas-jung.com
Thu Jun 3 04:26:13 EDT 2004



--On Donnerstag, 3. Juni 2004 9:15 Uhr +0100 Chris Withers 
<chris at simplistix.co.uk> wrote:

> Justin M. Keyes wrote:
>
>> Is there a way to get Zope's data into a Microsoft SQL database?
>
> mxODBC from eGenix. But that supports ZSQL methods. It does not, AFAIK,
> provide a ZODB storage. Although if you're determined to hurt yourself in
> this way, have a look at APE ;-)

The point is that you really don't want to use any RDBMS as storage for Zope
for performance reasons. You want using a RDBMS either using APE or 
Archetypes+SQLStorage
or ZSQL methods but not as replacement for FileStorage. FileStorage is 
fast, you can't beat it.

-aj






More information about the Zope-DB mailing list