16 Nov
1999
16 Nov
'99
9:39 a.m.
----- Original Message ----- From: Milos Prudek <prudek@nembv.cz> To: zope <zope@zope.org> Sent: Tuesday, November 16, 1999 9:47 AM Subject: [Zope] Basic SQL question
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?
Th ZGadflyDA product folder contains some docs in the gadfly subfolder. The suported datatypes are: integer, float, and varchar. Arpad Kiss