[Zope] Basic SQL question
Arpad Kiss
sekter@mail.matav.hu
Tue, 16 Nov 1999 10:39:43 +0100
----- 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