[Zope] Basic SQL question

Milos Prudek prudek@nembv.cz
Tue, 16 Nov 1999 09:47:58 +0100


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