[Zope] SQL INSERT

Tom Deprez Tom.Deprez@uz.kuleuven.ac.be
Tue, 20 Apr 1999 15:08:04 +0200


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!

As test, I entered the values: Horse, 100, 60

I don't understand? My query seems to be right...

TIA, Tom.