On Thu, 15 Apr 2004, Elena Schulz wrote:
connect(host="servername",user="user",passwd="password",db="database")
Thanks, I've incorporated that example into component.xml.
This works well, but Shane there is the below bug in apelib.sql.dbapi.py. With the given patch it works for me :-).
The patch has been applied, thanks.
Now the one 'set of problems' remain for me. That is customizing the serializers/deserializers to transfer the data columns in the data and property-tables from blob's to readable text so it can be used by external applications.
Ape chooses a serialization strategy for each object according to the configuration files named apeconf.xml. For example, if you add a standard ZopePageTemplate to a folder in an Ape-managed database, Ape decomposes it for storage using components configured in apeconf.xml. Read outline.txt and apexml.txt to learn how to teach Ape about more object types. Shane