Hi; I'm implementing a product called zCommerce for the development of a simple shopping cart. The author (who is probably enjoying the weekend and not checking his email) recommends using Gadfly for the backend db and I've followed his advice. However, I can't figure out how to get the data out of Gadfly! If I were in MySQL, I'd run show databases and then show tables to figure out what was going on. But I don't even know how to get *into* Gadfly. What do? TIA, BenO
Hello Ben, this link will help you: http://www.zope.org/Members/michel/ZB/RelationalDatabases.dtml In the first 1/3 of the page it's described how to put data into gadfly and to retrieve the data. If you've got such a general prob, please try first the search on zope.org. Especially if you've developed a product in the week, you like to enjoy you're weekend ;-) Greetings Sven ----- Original Message ----- From: Ben Ocean <zope@thewebsons.com> To: <zope@zope.org> Sent: Sunday, November 11, 2001 3:05 PM Subject: [Zope] Gadfly
Hi; I'm implementing a product called zCommerce for the development of a simple shopping cart. The author (who is probably enjoying the weekend and not checking his email) recommends using Gadfly for the backend db and I've followed his advice. However, I can't figure out how to get the data out of Gadfly! If I were in MySQL, I'd run show databases and then show tables to figure out what was going on. But I don't even know how to get *into* Gadfly. What do? TIA, BenO
_______________________________________________ Zope maillist - Zope@zope.org 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 )
At 04:05 PM 11/11/01 +0100, you wrote:
Hello Ben, this link will help you: http://www.zope.org/Members/michel/ZB/RelationalDatabases.dtml In the first 1/3 of the page it's described how to put data into gadfly and to retrieve the data.
Thank you.
If you've got such a general prob, please try first the search on zope.org.
I did. Searched for *gadfly*. Unbelievably, it didn't give me any links that were much help. BenO
participants (2)
-
Ben Ocean -
Sven Hohage