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.