Next Chapter | Up | Next Section | Contents

Overview


Z SQL Database Methods provide a means for treating SQL database programs as objects that can be used to publish database data and create advanced applications in Zope .

Separation of database management and presentation management is accomplished through database methods and documents. Unlike many other Zope objects, such as Documents and Images , database methods are not meant to be accessed directly through the Web. Rather, they are used by other Zope objects, such as Documents to obtain data to be displayed. SQL Database Methods are used to manage SQL, and Documents are used to manage presentation.

Next Chapter | Up | Next Section | Contents