I'm still learning... sorry! Are there special methods in Zope to enter data into a database? How can we enter data in a database with the help of Zope? Thanks, Tom.
On Thu, Apr 01, 1999 at 06:03:57PM +0200, Tom Deprez wrote:
I'm still learning... sorry!
Zenness comes in time :-)
Are there special methods in Zope to enter data into a database? How can we enter data in a database with the help of Zope?
I would recommend you check out the ZSQLMethods that come with Zope, they take an OO approach to dealing with all of this. You can find more information at: http://www.zope.org/Documentation/Guides/ZSQL Good luck, Chris -- | Christopher Petrilli ``Television is bubble-gum for | petrilli@amber.org the mind.''-Frank Lloyd Wright
Hi Christopher, I believe ZSQL is only showing how to display a database. I was wondering how to enter the data. So, your suggesting to do it through SQL? What about put commands... etc? Tom. ---------------- At 11:19 01/04/99 -0500, you wrote:
On Thu, Apr 01, 1999 at 06:03:57PM +0200, Tom Deprez wrote:
I'm still learning... sorry!
Zenness comes in time :-)
Are there special methods in Zope to enter data into a database? How can we enter data in a database with the help of Zope?
I would recommend you check out the ZSQLMethods that come with Zope, they take an OO approach to dealing with all of this. You can find more information at:
http://www.zope.org/Documentation/Guides/ZSQL
Good luck, Chris -- | Christopher Petrilli ``Television is bubble-gum for | petrilli@amber.org the mind.''-Frank Lloyd Wright
Hi Christopher,
I believe ZSQL is only showing how to display a database.
I was wondering how to enter the data. So, your suggesting to do it through SQL? What about put commands... etc?
Hi Tom, If you read the manual you will see how you can use DTML to insert data into SQL-INSERTs and -UPDATEs. It's quite flexible actually. //johan
participants (3)
-
Christopher Petrilli -
Johan Carlsson -
Tom Deprez