Plone and MySQL
This Tutorial applies to:
Plone 2.5.x, Plone 2.1.x, Plone 2.0.x
This Tutorial is intended for:
Integrators, Customizers, Developers
mtakahashi
All content on one page (useful for printing, presentation mode etc.)
- Introduction Requirements to make this happen.
- Z MySQL Database Connection The Z MySQL database connection is used to connect Zope to the actual MySQL database.
- Z SQL Method Z SQL Methods are queries made to a MySQL database when you need to perform an action such as select, insert, delete, etc.
- Creating Your First Page In this example, we will be displaying data within a page template from our MySQL database.
- Passing Arguments Passing arguments with MySQL and Python to create insert, update and delete statements.
- Conclusion Let's wrap this up.
see also:
-
MySQL connectivity in Zope/Plone
- Basics how to connect MySQL from Zope and Plone.
problems
simply...
best,
See also
http://www.afpy.org/Members/amine/mysql_zope.zip/