Craig Allen wrote:
> As a quick and dirty alternative (untested), just edit your connection
> parameters in your Mysql connector to point to the different server (you'll want
> to close the connection first, I expect).

I think this is probably the best way to do it :-)

The idea behind a database connector is that it abstracts the connection
information into a seperate object so you only have to change the
connection string in one place to change what DB a group of methods are
using.

As longs as the DBs have the same schema it should work just fine.

cheers,

Chris

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
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 )

Reply via email to