[Zope] Zope SQL Method

Pedro Silva Pedro Silva" <pedro.silva@ruido-visual.pt
Mon, 28 Feb 2000 18:17:52 -0000


Hi Zopits,

I'm trying to use the Z SQL Method to create a table. I have the following
code in that:

CREATE TABLE Registos
(Nome VARCHAR(10),
Apelido VARCHAR(10),
Morada VARCHAR(50),
Localidade VARCHAR(30),
Casa INT,
Telemovel INT,
Data_nasc VARCHAR(10))

When I push the Submit Query button, it gives me a error: "Syntax Error".

Where could that syntax error be? I already looked to the code and I fine
him right, so I can't figure where the error could be.

Can anyone help me on this?

Please send your answers to: psilva@ruido-visual.pt

Thanks,

Pedro