[Zope-DB] error on Test select... with Mysql

Chris Withers chris at simplistix.co.uk
Mon Jan 5 04:05:17 EST 2004


Gustav Trennert wrote:

> Document Template Parse Error
> Invalid attribute name, "test", for tag <dtml-in
> MySQL_database_connection test size=20 start=query_start>, on line 56 of
> <string> 

Where you currently have:
<dtml-in MySQL_database_connection test size=20 start=query_start>

You want to loose "MySQL_database_connection test" and replace it with the id of 
your database connection object.

cheers,

Chris




More information about the Zope-DB mailing list