[Zope] SQL INSERT

Gilles.Lavaux gilles.lavaux@esrin.esa.it
Tue, 20 Apr 1999 15:22:02 +0200


Hello,

Don't worry to much, I got the same message. But the insert is done well.
It seams to me that if you use something else than a select SQL(update ot
insert in my experience) you get this message.

Gilles




>Hi,
>
>I use Zope with PostGreSQL
>
>I've added a ZSQL Method and just want to test it
>
>INSERT INTO list
>VALUES (<!--#sqlvar item_string type=string-->
>       ,<!--#sqlvar vendorcode_int type=int-->
>       ,<!--#sqlvar quantity_int type=int-->)
>
>But I always get, this was not a query!