No, we want to use PostgreSQL, it does transactions (very desirable). I'm not sure about the other DB adapter...I haven't really heard about it. Guess I'll check it out... Russell On Thursday 23 August 2001 16:08, you wrote:
Antonio JesÚS Carrasco GarcÍA wrote:
So..., what can we do?. I have been looking for information in some PostGreSQL docs, Python docs, Zope docs (ZSQL Method), but nothing. I´m sure it works for float and int types, but with string or nb, it doesn´t work. the error line in PoPy_DA.py is: find=string.find So, is it a "casting" problem of python, or PostGreSQL?. Are we going to use another db (MySQL, Gadfly (;-D), ...) to solve our problem? Who can say us something about how to solve the problem?.
This a serious thread of Zope Mail. "To use, or not to use PostGreSQL, this is our question"
wrong question... it should be "To use, or not to use PoPy, this is our question."
We use Psycopg and have had no problems. http://initd.org/Software/psycopg/