My sys redhat 7.1
python 1.5.2
ZOPE 2.4.2
I can create a mysql database connection,browse it and also run a test query by entering direct SQL statements.
But ZSql methods fail when the database has more than some 20 records
'In valid attribute name "all for tag <dtml-in List all computers size=50 start=start_query> on line 61 of >string>
I have set the max rows to 0 in the advanced section,
also there is no ; at the end of the sql statement
What am I doing wrong here
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My sys redhat 7.1
python 1.5.2
ZOPE 2.4.2
I can create a mysql database connection,browse it and also run a test query by entering direct SQL statements.
But ZSql methods fail when the database has more than some 20 records
'In valid attribute name "all for tag <dtml-in List all computers size=50 start=start_query> on line 61 of >string>
I have set the max rows to 0 in the advanced section,
also there is no ; at the end of the sql statement
What am I doing wrong here