Hi, I'm trying to follow Zope ZSQL tutorial with Gadfly examples. Does 'demo' database contain any tables? I thought it does not contain any tables, so I created Z SQL Method with this line: create table PEOPLE (name char(30), surname char (40)) ... but Gadfly does not accept this. Where can I learn about SQL syntax for Gadfly? -- Milos Prudek